diff options
Diffstat (limited to 'tests/mpls-ldp-hello.sh')
-rwxr-xr-x | tests/mpls-ldp-hello.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/mpls-ldp-hello.sh b/tests/mpls-ldp-hello.sh deleted file mode 100755 index b1a5b1941705d..0000000000000 --- a/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 - - |