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;"