diff options
Diffstat (limited to 'tests/function')
-rwxr-xr-x | tests/function/call/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/function/call/test.sh b/tests/function/call/test.sh index afcb3bd..c745b76 100755 --- a/tests/function/call/test.sh +++ b/tests/function/call/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -b -q | diff -u test.out - +b -q | diff --strip-trailing-cr -u test.out - |