diff options
Diffstat (limited to 'testsuite/lib/stap_run_binary.exp')
-rw-r--r-- | testsuite/lib/stap_run_binary.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/stap_run_binary.exp b/testsuite/lib/stap_run_binary.exp index 6d5de4b8..f29e8f35 100644 --- a/testsuite/lib/stap_run_binary.exp +++ b/testsuite/lib/stap_run_binary.exp @@ -6,7 +6,7 @@ # global result_string must be set to the expected output proc stap_run_binary { TEST_NAME} { - if {![installtest_p]} { untested $TEST_NAME; return } + if {[info procs installtest_p] != "" && ![installtest_p]} {untested $TEST_NAME; return} set hex_args {-ve 8/1 "%02x " "\n"} set res [exec stap $TEST_NAME | hexdump $hex_args] |