diff options
-rw-r--r-- | testsuite/systemtap.printf/end1b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/mixed_outb.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out1b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out2b.exp | 2 | ||||
-rw-r--r-- | testsuite/systemtap.printf/out3b.exp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/testsuite/systemtap.printf/end1b.exp b/testsuite/systemtap.printf/end1b.exp index aaf79313..b1b75c52 100644 --- a/testsuite/systemtap.printf/end1b.exp +++ b/testsuite/systemtap.printf/end1b.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 } diff --git a/testsuite/systemtap.printf/mixed_outb.exp b/testsuite/systemtap.printf/mixed_outb.exp index 8b6d14f0..9d1be4c6 100644 --- a/testsuite/systemtap.printf/mixed_outb.exp +++ b/testsuite/systemtap.printf/mixed_outb.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 } diff --git a/testsuite/systemtap.printf/out1b.exp b/testsuite/systemtap.printf/out1b.exp index a8c7ed93..0242dee6 100644 --- a/testsuite/systemtap.printf/out1b.exp +++ b/testsuite/systemtap.printf/out1b.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 } diff --git a/testsuite/systemtap.printf/out2b.exp b/testsuite/systemtap.printf/out2b.exp index 7d30395a..be050854 100644 --- a/testsuite/systemtap.printf/out2b.exp +++ b/testsuite/systemtap.printf/out2b.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 } 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 } |