summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/cmdline05.stp
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-09-01 15:20:39 -0500
committerDavid Smith <dsmith@redhat.com>2009-09-01 15:20:39 -0500
commit635035ca64e9c6e6ad8252545446bbf9bc2a9c55 (patch)
tree33c024e1ee5e3c9be667378182e4189855b0ac86 /testsuite/parseko/cmdline05.stp
parent4569f6bb769482d732f72fb1208522d51f4e36f4 (diff)
downloadsystemtap-steved-635035ca64e9c6e6ad8252545446bbf9bc2a9c55.tar.gz
systemtap-steved-635035ca64e9c6e6ad8252545446bbf9bc2a9c55.tar.xz
systemtap-steved-635035ca64e9c6e6ad8252545446bbf9bc2a9c55.zip
PR10552: Removed references to the merge ('-M') option.
* hash.cxx (find_script_hash): Removed unused merge option. * main.cxx (checkOptions): Removed merge option checks. (main): Removed merge option. * session.h: Ditto. * initscript/README.initscript: Removed reference to '-M' option. * initscript/systemtap.in (stap_getopt): Ditto. * testsuite/parseko/cmdline01.stp: Removed merge option test. * testsuite/parseko/cmdline05.stp: Ditto.
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() }'