summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline01.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/cmdline01.stp')
-rwxr-xr-xtestsuite/parseko/cmdline01.stp6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/parseko/cmdline01.stp b/testsuite/parseko/cmdline01.stp
deleted file mode 100755
index c793c43e..00000000
--- a/testsuite/parseko/cmdline01.stp
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-# -M (merge) option is only valid for bulk mode
-
-stap -p1 -M -e 'probe begin { exit() }' >/dev/null 2>&1 # otherwise, ERROR: message confuses dejagnu
-exit $?