From d81c5a50ccbb0eb162b6e81a23d2e975d1fcf85b Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 24 Aug 2024 23:08:48 +0100 Subject: [PATCH] test_pstreams.cc: Fix last-minute whitespace bug added to test --- test_pstreams.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pstreams.cc b/test_pstreams.cc index 917f6dc..71dc3c4 100644 --- a/test_pstreams.cc +++ b/test_pstreams.cc @@ -1002,7 +1002,7 @@ int main() clog << "# Testing rpstream move semantics\n"; { std::string line; - std::string sh = "while read line; do" + std::string sh = "while read line; do " "if [ \"$line\" = error ]; then echo ERROR >&2;" "else echo \"$line\";" "fi;"