summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/traceio2.meta
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-08-01 15:58:09 -0400
committerWilliam Cohen <wcohen@redhat.com>2008-08-01 15:58:09 -0400
commitf118f0abe96f2668b1969f4691dfaed36e2a8917 (patch)
tree3985abea41605acfb616525246ab36571aa9eb5c /testsuite/systemtap.examples/traceio2.meta
parentb4b53623632241970e1f3553e09332cdc5c754a0 (diff)
downloadsystemtap-steved-f118f0abe96f2668b1969f4691dfaed36e2a8917.tar.gz
systemtap-steved-f118f0abe96f2668b1969f4691dfaed36e2a8917.tar.xz
systemtap-steved-f118f0abe96f2668b1969f4691dfaed36e2a8917.zip
Tweak test_installcheck for helloworld.meta and traceio2.meta.
Diffstat (limited to 'testsuite/systemtap.examples/traceio2.meta')
-rw-r--r--testsuite/systemtap.examples/traceio2.meta2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/traceio2.meta b/testsuite/systemtap.examples/traceio2.meta
index e6bca1a9..4b63108c 100644
--- a/testsuite/systemtap.examples/traceio2.meta
+++ b/testsuite/systemtap.examples/traceio2.meta
@@ -10,4 +10,4 @@ output: trace
scope: system-wide
description: Print out the executable name and process number as reads and writes to the specified device occur.
test_check: stap -p4 traceio2.stp 0x0801
-test_installcheck: /bin/sh eval stap traceio2.stp 0x0801 -c "sleep 1"
+test_installcheck: stap traceio2.stp 0x0801 -c "sleep 1"