summaryrefslogtreecommitdiffstats
path: root/plugins/anonmask/test2.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:27:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:27:04 +0000
commit81fa0bc63909a67cdd6d321617a2e5648a6a94a2 (patch)
tree2b0a2eae7aed22e3c6f707283d7617d8c02b3fbe /plugins/anonmask/test2.sh
parentAdding upstream version 2.1.3. (diff)
downloaddnscap-upstream.tar.xz
dnscap-upstream.zip
Adding upstream version 2.2.0.upstream/2.2.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'plugins/anonmask/test2.sh')
-rwxr-xr-xplugins/anonmask/test2.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/anonmask/test2.sh b/plugins/anonmask/test2.sh
index 7a155c5..dbfba51 100755
--- a/plugins/anonmask/test2.sh
+++ b/plugins/anonmask/test2.sh
@@ -23,12 +23,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"