diff options
Diffstat (limited to 'testsuite/lib/stap_run_exact.exp')
-rw-r--r-- | testsuite/lib/stap_run_exact.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/lib/stap_run_exact.exp b/testsuite/lib/stap_run_exact.exp index 6a473798..23c22ec0 100644 --- a/testsuite/lib/stap_run_exact.exp +++ b/testsuite/lib/stap_run_exact.exp @@ -12,7 +12,7 @@ proc stap_run_exact { TEST_NAME test_file_name args } { if {[info procs installtest_p] != "" && ![installtest_p]} { untested $TEST_NAME; return } - set cmd [concat stap $args $test_file_name] + set cmd [concat [stap_exec] $args $test_file_name] catch {eval exec $cmd} res set n 0 |