diff --git a/tests/test88.sh b/tests/test88.sh index 6a44410..a8ef586 100755 --- a/tests/test88.sh +++ b/tests/test88.sh @@ -1,6 +1,6 @@ #!/bin/bash -../examples/test27 -v "1 2 3" > tmp.out 2>&1 +../examples/test27 > tmp.out 2>&1 if cmp -s tmp.out $srcdir/test88.out; then exit 0