aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--test/udp/passt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/udp/passt b/test/udp/passt
index 8a848bd..9598d0e 100644
--- a/test/udp/passt
+++ b/test/udp/passt
@@ -18,7 +18,7 @@ test UDP/IPv4: host to guest
temp TEMP
temp NC_PID
guestb (nc -u -q1 -4 -l 10001 & echo $! > __NC_PID__) | tee test.bin | (grep -qm1 "END_OF_TEST" && kill $(cat __NC_PID__))
-host dd if=/dev/urandom bs=1k count=5 > __TEMP_BIG__ && printf "\nEND_OF_TEST\n" >> __TEMP__
+host dd if=/dev/urandom bs=1k count=5 > __TEMP__ && printf "\nEND_OF_TEST\n" >> __TEMP__
host cat __TEMP__ | nc -u -q1 -N 127.0.0.1 10001
guestw
hout HOST_MD5 md5sum __TEMP__ | cut -d' ' -f1