]> granicus.if.org Git - strace/blobdiff - tests/strace-f.test
Fix printing of invalid mode argument of mbind syscall
[strace] / tests / strace-f.test
index 0c4622c5e0a851a04ea4ff2ab0c7607a34a40c13..7b5a6c2f0682101363362cdf936c56580c27818d 100755 (executable)
@@ -6,6 +6,5 @@
 
 time=/usr/bin/time
 check_prog $time
-
-$STRACE -f $time /bin/ls > $LOG 2>&1 ||
-       { cat $LOG; fail_ 'strace -f does not work'; }
+check_prog ls
+run_strace -f $time ls > /dev/null