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 d323d411..5d1db2a3 100755 --- a/testsuite/systemtap.syscall/test.tcl +++ b/testsuite/systemtap.syscall/test.tcl @@ -66,7 +66,7 @@ proc run_one_test {filename flags} { } if {$ind == 0} { - /* unsupported */ + # unsupported cleanup return $result } |