From 9edcdf51d116af251d07d1ddbe6ead553cccf03c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Fri, 20 Jun 2008 16:43:05 -0400 Subject: Correct test_check and test_installcheck commands. --- testsuite/systemtap.examples/traceio2.meta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/systemtap.examples/traceio2.meta') diff --git a/testsuite/systemtap.examples/traceio2.meta b/testsuite/systemtap.examples/traceio2.meta index 89561e71..e6bca1a9 100644 --- a/testsuite/systemtap.examples/traceio2.meta +++ b/testsuite/systemtap.examples/traceio2.meta @@ -9,5 +9,5 @@ exit: user-controlled 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 `stat -c "0x%D" /` -test_installcheck: stap traceio2.stp `stat -c "0x%D" /` -c "sleep 1" +test_check: stap -p4 traceio2.stp 0x0801 +test_installcheck: /bin/sh eval stap traceio2.stp 0x0801 -c "sleep 1" -- cgit