Skip to content

Commit

Permalink
test_pstreams.cc: Fix last-minute whitespace bug added to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jwakely committed Aug 24, 2024
1 parent 1f5500f commit d81c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pstreams.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;"
Expand Down

0 comments on commit d81c5a5

Please sign in to comment.