tests: remove temporary files left after two tests
* tests/net-yy.test: Remove "$LOG"-connect and "$LOG"-accept. * tests/unix-yy.test: Likewise.
This commit is contained in:
parent
2400e9ea54
commit
e8199b25e0
@ -26,4 +26,6 @@ sed -rn "/^$child"' /d; /SIGCHLD/d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$
|
||||
match_awk "$LOG-connect" "$srcdir"/net-yy-connect.awk "$STRACE $args connect output mismatch"
|
||||
match_awk "$LOG-accept" "$srcdir"/net-yy-accept.awk "$STRACE $args accept output mismatch"
|
||||
|
||||
rm -f "$LOG"-connect "$LOG"-accept
|
||||
|
||||
exit 0
|
||||
|
@ -28,4 +28,6 @@ sed -rn "/^$child"' /d; /SIGCHLD/d; / socket\(/,$ s/^[0-9]+ +[^ ]+ (.+)/\1/p' "$
|
||||
match_awk "$LOG-connect" "$srcdir"/unix-yy-connect.awk "$STRACE $args connect output mismatch" -v addr=$addr
|
||||
match_awk "$LOG-accept" "$srcdir"/unix-yy-accept.awk "$STRACE $args accept output mismatch" -v addr=$addr
|
||||
|
||||
rm -f "$LOG"-connect "$LOG"-accept
|
||||
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user