summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_MARK.t
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-10-01 00:43:40 +0200
committerPhil Sutter <phil@nwl.cc>2022-10-26 20:11:55 +0200
commit52aa94da55a7e5f156cf9e7f608317ac53ce291c (patch)
tree5c3a40dc3e9805d86f6c873fef29336fd5c4578f /extensions/libxt_MARK.t
parent790d17313c19e9a6bfb2ccd9a23f7f56d62814a9 (diff)
tests: *.t: Fix for hexadecimal output
Use hex input to avoid having to specify an expected output in trivial cases. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions/libxt_MARK.t')
-rw-r--r--extensions/libxt_MARK.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_MARK.t b/extensions/libxt_MARK.t
index 9d1aa7d7..2902a14f 100644
--- a/extensions/libxt_MARK.t
+++ b/extensions/libxt_MARK.t
@@ -1,6 +1,6 @@
:INPUT,FORWARD,OUTPUT
-j MARK --set-xmark 0xfeedcafe/0xfeedcafe;=;OK
--j MARK --set-xmark 0;=;OK
+-j MARK --set-xmark 0x0;=;OK
-j MARK --set-xmark 4294967295;-j MARK --set-xmark 0xffffffff;OK
-j MARK --set-xmark 4294967296;;FAIL
-j MARK --set-xmark -1;;FAIL