summaryrefslogtreecommitdiff
path: root/contrib/tcpdump/tests/mpls-ldp-hello.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2007-04-04 21:17:34 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2007-04-04 21:17:34 +0000
commit0f85a5972c3a70e1a4024620327cbe4c7b87fc7a (patch)
tree1eed957aa8eb4b4e465b3b81d1e11a7eac76577c /contrib/tcpdump/tests/mpls-ldp-hello.sh
parentaf20afd05a3b7dae955cb0dd0f2cc7d7bc19a478 (diff)
Notes
Diffstat (limited to 'contrib/tcpdump/tests/mpls-ldp-hello.sh')
-rwxr-xr-xcontrib/tcpdump/tests/mpls-ldp-hello.sh14
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
-
-