diff options
Diffstat (limited to 'tests/quote/test.sh')
-rwxr-xr-x | tests/quote/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quote/test.sh b/tests/quote/test.sh index 145ea6b..b898b3c 100755 --- a/tests/quote/test.sh +++ b/tests/quote/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -valgrind -q b -q | diff test.out - +valgrind -q b -q | diff -u test.out - |