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