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:
Дмитрий Левин 2015-11-27 17:24:46 +00:00
parent 2400e9ea54
commit e8199b25e0
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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