diff options
-rwxr-xr-x | tools/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.sh b/tools/test.sh index c02b784..c5e5b37 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -137,7 +137,7 @@ once() { if test -s $out then - $qemu $exe a b c | diff - $out + $qemu $exe a b c | diff -u - $out ret=$? reason="output" else |