diff options
Diffstat (limited to 'testsuite/systemtap.printf/out2b.exp')
-rw-r--r-- | testsuite/systemtap.printf/out2b.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.printf/out2b.exp b/testsuite/systemtap.printf/out2b.exp index f7a1e332..7d30395a 100644 --- a/testsuite/systemtap.printf/out2b.exp +++ b/testsuite/systemtap.printf/out2b.exp @@ -11,7 +11,7 @@ if (![file executable $stap_merge_path]) { catch {exec which stap_merge} stap_merge_path } if (![file executable $stap_merge_path]) { - FAIL "$TEST_NAME : could not find stap_merge" + fail "$TEST_NAME : could not find stap_merge" return } |