diff options
Diffstat (limited to 'testsuite/systemtap.context')
-rw-r--r-- | testsuite/systemtap.context/uprobe_stmt_num.exp | 4 | ||||
-rw-r--r-- | testsuite/systemtap.context/uprobe_uaddr.exp | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/systemtap.context/uprobe_stmt_num.exp b/testsuite/systemtap.context/uprobe_stmt_num.exp index fbb1126a..00fc832d 100644 --- a/testsuite/systemtap.context/uprobe_stmt_num.exp +++ b/testsuite/systemtap.context/uprobe_stmt_num.exp @@ -3,9 +3,9 @@ set test "uprobe_stmt_num" -# Only run on make installcheck and utrace present. +# Only run on make installcheck and uprobes present. if {! [installtest_p]} { untested "$test"; return } -if {! [utrace_p]} { untested "$test"; return } +if {! [uprobes_p]} { untested "$test"; return } set testpath "$srcdir/$subdir" set testsrc "$testpath/$test.c" diff --git a/testsuite/systemtap.context/uprobe_uaddr.exp b/testsuite/systemtap.context/uprobe_uaddr.exp index 521dfa57..40881b0c 100644 --- a/testsuite/systemtap.context/uprobe_uaddr.exp +++ b/testsuite/systemtap.context/uprobe_uaddr.exp @@ -4,9 +4,9 @@ set test "uprobe_uaddr" -# Only run on make installcheck and utrace present. +# Only run on make installcheck and uprobes present. if {! [installtest_p]} { untested "$test"; return } -if {! [utrace_p]} { untested "$test"; return } +if {! [uprobes_p]} { untested "$test"; return } set testpath "$srcdir/$subdir" set testsrc "$testpath/uprobe_stmt_num.c" |