From fea03261229b1277eb49da70d36ce5627b7c535c Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sat, 27 Jun 2020 00:41:34 -0400 Subject: [PATCH] Debug test 4 --- scripts/simple-tests.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/simple-tests.sh b/scripts/simple-tests.sh index d167fd5..44a768f 100755 --- a/scripts/simple-tests.sh +++ b/scripts/simple-tests.sh @@ -81,9 +81,10 @@ echo UI test 3 echo UI test 4 # Load a pcap from stdin -# { sleep 5s ; echo q ; echo ; } | \ -# socat - EXEC:"bash -c \\\"stty rows 50 cols 80 && cat /tmp/test.pcap | TERM=xterm $TS -i -\\\"",pty,setsid,ctty | \ -# grep -a 192.168.44.123 > /dev/null +{ sleep 5s ; echo q ; echo ; } | \ + socat - EXEC:"bash -c \\\"stty rows 50 cols 80 && cat /tmp/test.pcap | TERM=xterm $TS -i -\\\"",pty,setsid,ctty +# | \ +# grep -a 192.168.44.123 > /dev/null echo UI test 5 # Display filter at end of command line