summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/socket.t.payload
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/socket.t.payload')
-rw-r--r--tests/py/inet/socket.t.payload8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/py/inet/socket.t.payload b/tests/py/inet/socket.t.payload
index e66ccbf7..c3520db8 100644
--- a/tests/py/inet/socket.t.payload
+++ b/tests/py/inet/socket.t.payload
@@ -1,12 +1,12 @@
# socket transparent 0
inet sockin sockchain
[ socket load transparent => reg 1 ]
- [ cmp eq reg 1 0x00000000 ]
+ [ cmp eq reg 1 0x00 ]
# socket transparent 1
inet sockin sockchain
[ socket load transparent => reg 1 ]
- [ cmp eq reg 1 0x00000001 ]
+ [ cmp eq reg 1 0x01 ]
# socket mark 0x00000005
inet sockin sockchain
@@ -16,9 +16,9 @@ inet sockin sockchain
# socket wildcard 0
inet sockin sockchain
[ socket load wildcard => reg 1 ]
- [ cmp eq reg 1 0x00000000 ]
+ [ cmp eq reg 1 0x00 ]
# socket wildcard 1
inet sockin sockchain
[ socket load wildcard => reg 1 ]
- [ cmp eq reg 1 0x00000001 ]
+ [ cmp eq reg 1 0x01 ]