summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline05.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline05.stp')
-rwxr-xr-xtestsuite/parseko/cmdline05.stp5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/parseko/cmdline05.stp b/testsuite/parseko/cmdline05.stp
deleted file mode 100755
index 0f43d7b4..00000000
--- a/testsuite/parseko/cmdline05.stp
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-# You can't specify '-M', '-b', and '-o' simultaneously.
-
-stap -p1 -b -M -o stdout -e 'probe begin { exit() }'