diff options
Diffstat (limited to 'testsuite/systemtap.printf/out3b.exp')
-rw-r--r-- | testsuite/systemtap.printf/out3b.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/out3b.exp b/testsuite/systemtap.printf/out3b.exp index 0a3cb45a..2d2b3d0b 100644 --- a/testsuite/systemtap.printf/out3b.exp +++ b/testsuite/systemtap.printf/out3b.exp @@ -6,7 +6,7 @@ if {![installtest_p]} { untested $TEST_NAME; return } # Look for stap_merge in the toplevel build directory # and if that fails, use "which" to try to find a copy # in the path. -set stap_merge_path "$srcdir/../stap_merge" +set stap_merge_path "$srcdir/../runtime/staprun/stap_merge.tcl" if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } |