diff options
Diffstat (limited to 'testsuite/systemtap.examples/traceio2.meta')
-rw-r--r-- | testsuite/systemtap.examples/traceio2.meta | 4 |
1 files changed, 2 insertions, 2 deletions
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" |