summaryrefslogtreecommitdiffstats
path: root/plugins/cryptopan/test2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cryptopan/test2.sh')
-rwxr-xr-xplugins/cryptopan/test2.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/cryptopan/test2.sh b/plugins/cryptopan/test2.sh
index 3f41fc4..3e92b53 100755
--- a/plugins/cryptopan/test2.sh
+++ b/plugins/cryptopan/test2.sh
@@ -19,12 +19,4 @@ if [ "$osrel" = "OpenBSD" ]; then
rm test2.out.old
fi
-# TODO: Remove when #133 is fixed
-cat test2.out | \
- sed 's%,CLASS4096,OPT,%,4096,4096,%' | \
- sed 's%,CLASS512,OPT,%,512,512,%' | \
- sed 's%,41,41,0,edns0\[len=0,UDP=4096,%,4096,4096,0,edns0[len=0,UDP=4096,%' | \
- sed 's%,41,41,0,edns0\[len=0,UDP=512,%,512,512,0,edns0[len=0,UDP=512,%' >test2.new
-mv test2.new test2.out
-
diff test2.out "$srcdir/test2.gold"