summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/alternatives.exp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/alternatives.exp')
-rw-r--r--testsuite/systemtap.base/alternatives.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.base/alternatives.exp b/testsuite/systemtap.base/alternatives.exp
index fe285318..673f3426 100644
--- a/testsuite/systemtap.base/alternatives.exp
+++ b/testsuite/systemtap.base/alternatives.exp
@@ -38,9 +38,9 @@ proc stap_run_alternatives {args} {
}
set test "LOCAL1"
-set rc [stap_run_alternatives ./stap -vu -p2 -e $local1_script]
+set rc [stap_run_alternatives stap -vu -p2 -e $local1_script]
if {$rc == 1} { pass $test } else { fail $test }
set test "STRUCT1"
-set rc [stap_run_alternatives ./stap -vu -p2 -e $struct1_script]
+set rc [stap_run_alternatives stap -vu -p2 -e $struct1_script]
if {$rc == 1} { pass $test } else { fail $test }