summaryrefslogtreecommitdiffstats
path: root/testsuite/parseok/cmdline01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseok/cmdline01.stp')
-rwxr-xr-xtestsuite/parseok/cmdline01.stp10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/parseok/cmdline01.stp b/testsuite/parseok/cmdline01.stp
new file mode 100755
index 00000000..da4e6eb3
--- /dev/null
+++ b/testsuite/parseok/cmdline01.stp
@@ -0,0 +1,10 @@
+#! /bin/sh
+
+echo "output version"
+./stap -V
+if [ $? != 0 ]; then
+ exit $?
+fi
+
+echo "output version and help"
+./stap -h