From f118f0abe96f2668b1969f4691dfaed36e2a8917 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 1 Aug 2008 15:58:09 -0400 Subject: Tweak test_installcheck for helloworld.meta and traceio2.meta. --- testsuite/systemtap.examples/traceio2.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.examples/traceio2.meta') 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" -- cgit