Add missing quotes in the test script.

* test.sh: Add missing quotes.
This commit is contained in:
Timothy Sample 2019-05-20 18:05:47 -04:00
parent ad73b36116
commit 2162c40492
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ else
fi
[ $r = $e ] || exit 1
if [ -f "$s".stdout ]; then
$DIFF -u "$s".stdout $b.1
$DIFF -u "$s".stdout "$b".1
fi
if [ -f "$s".stderr ]; then
$DIFF -u "$s".stderr "$b".2