From 4cba69f53baa382b726f3546846cb0cd0c02be72 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 24 Jan 2005 03:01:42 +0000 Subject: [PATCH] new style version and required UnlabeledValueArgs --- tests/test59.sh | 2 +- tests/test8.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test59.sh b/tests/test59.sh index 7cd2319..d516447 100755 --- a/tests/test59.sh +++ b/tests/test59.sh @@ -1,7 +1,7 @@ #!/bin/sh # success -../examples/test9 -VVV -N --noise -r > tmp.out 2>&1 +../examples/test9 -VVV -N --noise -r blah > tmp.out 2>&1 if cmp -s tmp.out test59.out; then exit 0 diff --git a/tests/test8.sh b/tests/test8.sh index d98b346..4ceab45 100755 --- a/tests/test8.sh +++ b/tests/test8.sh @@ -1,7 +1,7 @@ #!/bin/sh # success -../examples/test2 -v > tmp.out 2>&1 +../examples/test2 --version > tmp.out 2>&1 if cmp -s tmp.out test8.out; then exit 0