]> granicus.if.org Git - strace/blobdiff - tests/restart_syscall.test
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / restart_syscall.test
index ff43bf63049872892e64cfe8e93665fcb0990ead..f7dfa04fd63ad4720ac44b99633dd65009b784cb 100755 (executable)
@@ -5,10 +5,6 @@
 . "${srcdir=.}/init.sh"
 
 run_prog > /dev/null
-OUT="$LOG.out"
 syscalls=nanosleep,restart_syscall
-run_strace -a20 -e trace=$syscalls $args > "$OUT"
-match_grep "$LOG" "$OUT"
-rm -f "$OUT"
-
-exit 0
+run_strace -a20 -e trace=$syscalls $args > "$EXP"
+match_grep "$LOG" "$EXP"