summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.samples/args.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.samples/args.exp')
-rw-r--r--testsuite/systemtap.samples/args.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.samples/args.exp b/testsuite/systemtap.samples/args.exp
index 0eb39801..d147d21d 100644
--- a/testsuite/systemtap.samples/args.exp
+++ b/testsuite/systemtap.samples/args.exp
@@ -37,7 +37,7 @@ if [file exists $modpath] {
return
}
-spawn sudo $staprunpath -r -d [pid] $modpath foo=hello bar=999
+spawn sudo $staprunpath -d [pid] $modpath foo=hello bar=999
set ok 0
expect {
-timeout 30
@@ -52,7 +52,7 @@ if {$ok == 1} {
fail "$test run 1"
}
-spawn sudo $staprunpath -r -d [pid] $modpath foo=goodbye bar=0
+spawn sudo $staprunpath -d [pid] $modpath foo=goodbye bar=0
set ok 0
expect {
-timeout 30