From baf473b06c18baf559baf81f9e099069a7bf0cb5 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 15 Aug 2007 13:54:36 +0000 Subject: 2007-08-15 Martin Hunt * systemtap.printf/*b.exp: Use stap_merge.tcl. --- testsuite/systemtap.printf/mixed_outb.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.printf/mixed_outb.exp') 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 } -- cgit