X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fstream.test.sh;h=a8462cb672ffbc925f79ebe9abad0bab88c750d8;hb=062283b901155792f65775491aea51481c56faaa;hp=3c5e38e1817f99b369ca30c297c7835b65a9a805;hpb=b5368af8c66b7bc92af74a884a31eabb2b1e7e16;p=sbcl.git diff --git a/tests/stream.test.sh b/tests/stream.test.sh index 3c5e38e..a8462cb 100644 --- a/tests/stream.test.sh +++ b/tests/stream.test.sh @@ -23,8 +23,8 @@ cat > $tmpfilename < $tmpfilename < $tmpfilename.out check_status_maybe_lose bivalent-standard-output $? -test_output=$(cat $tmpfilename.out) +test_output=`cat $tmpfilename.out` rm -f $tmpfilename.out if [ 'Bivalent *STANDARD-OUTPUT*' != "$test_output" ]; then echo "bad test output: '$test_output'" @@ -52,11 +52,11 @@ cat > $tmpfilename < $tmpfilename.out check_status_maybe_lose bivalent-error-output $? -test_output=$(cat $tmpfilename.out) +test_output=`cat $tmpfilename.out` rm -f $tmpfilename.out if [ 'Bivalent *ERROR-OUTPUT*' != "$test_output" ]; then echo "bad test output: '$test_output'"