diff options
author | hunt <hunt> | 2007-09-25 18:35:04 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-09-25 18:35:04 +0000 |
commit | c158098eb16d0b94bdf63177f6bf4383dff01b8c (patch) | |
tree | e2a5b285fedb41e865aef122cbff9c50a69971f7 /testsuite/systemtap.syscall/test.tcl | |
parent | 8e83837cc81c6a305842f376ec96074ba9fb9bd8 (diff) | |
download | systemtap-steved-c158098eb16d0b94bdf63177f6bf4383dff01b8c.tar.gz systemtap-steved-c158098eb16d0b94bdf63177f6bf4383dff01b8c.tar.xz systemtap-steved-c158098eb16d0b94bdf63177f6bf4383dff01b8c.zip |
*** empty log message ***
Diffstat (limited to 'testsuite/systemtap.syscall/test.tcl')
-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 } |