summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline06.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline06.stp')
-rwxr-xr-xtestsuite/parseko/cmdline06.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/parseko/cmdline06.stp b/testsuite/parseko/cmdline06.stp
new file mode 100755
index 00000000..4c23757b
--- /dev/null
+++ b/testsuite/parseko/cmdline06.stp
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Bad TMPDIR environment variable should cause exit
+
+TMPDIR=/dev/null/BADTMPDIR ./stap -p1 -e 'probe begin { exit() }'