diff options
Diffstat (limited to 'testsuite/parseok/cmdline01.stp')
-rwxr-xr-x | testsuite/parseok/cmdline01.stp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/parseok/cmdline01.stp b/testsuite/parseok/cmdline01.stp index da4e6eb3..4bb1d6ea 100755 --- a/testsuite/parseok/cmdline01.stp +++ b/testsuite/parseok/cmdline01.stp @@ -1,10 +1,10 @@ #! /bin/sh echo "output version" -./stap -V +stap -V if [ $? != 0 ]; then exit $? fi echo "output version and help" -./stap -h +stap -h |