X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2d8a2d23b4c17ffb277d008f4e011fcc2bb2fa7e..100803609988d80412fed733a0a754cd32a18ce2:/test/mhstore/test-mhstore?ds=inline diff --git a/test/mhstore/test-mhstore b/test/mhstore/test-mhstore index b92972b3..d1f85427 100755 --- a/test/mhstore/test-mhstore +++ b/test/mhstore/test-mhstore @@ -52,11 +52,11 @@ check $expected $stored_contents 'keep first' # check -outfile mhstore 5 -outfile "$actual" 2>&1 | grep -v '^storing' && \ - echo unexpected output from test-mhstore check -outfile + echo unexpected output from test-mhstore check -outfile >&2 check $expected "$actual" 'keep first' # check -outfile - -echo 'storing message 5 to stdout' >> "$expected" +echo 'storing message 5 to stdout' >>"$expected" mhstore 5 -outfile - >"$actual" 2>&1 check $expected "$actual"