diff options
Diffstat (limited to 'tests/eapon1.sh')
-rwxr-xr-x | tests/eapon1.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/eapon1.sh b/tests/eapon1.sh deleted file mode 100755 index 1c8aa631d12b2..0000000000000 --- a/tests/eapon1.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -uudecode eapon1.puu - -echo -n test eapon1... -../tcpdump -t -N -r eapon1.pcap > eapon1.new -if diff eapon1.new eapon1.out -then - echo passed. -else - echo failed. -fi - |