From e2ed6cfbc4f6e36ae5e87ab5c6adef46dac37fd7 Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Mon, 11 May 2015 22:45:09 +0200 Subject: [PATCH] Correctly run test88 (fixed arguments) --- tests/test88.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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