diff options
-rwxr-xr-x | testsuite/systemtap.syscall/test.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.syscall/test.tcl b/testsuite/systemtap.syscall/test.tcl index 66a943d6..db0df138 100755 --- a/testsuite/systemtap.syscall/test.tcl +++ b/testsuite/systemtap.syscall/test.tcl @@ -106,7 +106,7 @@ proc run_one_test {filename flags} { } } if {$i < $ind} { - send_log "--------- EXPECTED and NOT MATCHED ----------\n" + send_log -- "--------- EXPECTED and NOT MATCHED ----------\n" } for {} {$i < $ind} {incr i} { send_log "$results($i)\n" |