summaryrefslogtreecommitdiffstats
path: root/plugins/anonaes128/test3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/anonaes128/test3.sh')
-rwxr-xr-xplugins/anonaes128/test3.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/anonaes128/test3.sh b/plugins/anonaes128/test3.sh
index 09fb116..4edab93 100755
--- a/plugins/anonaes128/test3.sh
+++ b/plugins/anonaes128/test3.sh
@@ -18,12 +18,4 @@ if [ "$osrel" = "OpenBSD" ]; then
rm test3.out.old
fi
-# TODO: Remove when #133 is fixed
-cat test3.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,%' >test3.new
-mv test3.new test3.out
-
diff test3.out "$srcdir/test3.gold"