summaryrefslogtreecommitdiff
path: root/tests/run.scm
diff options
context:
space:
mode:
authorPeter Bex <peter@more-magic.net>2013-08-27 22:32:50 +0200
committerPeter Bex <peter@more-magic.net>2016-03-04 21:38:49 +0100
commitad2bb6db82a463c52b34d6c9fdba95beb6625cc7 (patch)
treefbb53c343e0eb627b027a53342dfc41f856306e5 /tests/run.scm
parent8ed1e1d9da4ac8a6d5827d8a1938f1067055a6be (diff)
downloadbpf-ad2bb6db82a463c52b34d6c9fdba95beb6625cc7.tar.gz
Update for latest bitstring versionHEADmaster
Diffstat (limited to 'tests/run.scm')
-rw-r--r--tests/run.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm
index fd4c692..36db071 100644
--- a/tests/run.scm
+++ b/tests/run.scm
@@ -140,7 +140,7 @@
"6 0 0 65535"
"6 0 0 0")
"\n" 'suffix)
- (lambda () (read-decimal-bpf-bytecode)))))
+ read-decimal-bpf-bytecode)))
(test "unoptimised connection creation/teardown dump"
`((ldh (pkt 12))
(jeq #x0800 0 37)
@@ -228,7 +228,7 @@
"6 0 0 65535"
"6 0 0 0")
"\n" 'suffix)
- (lambda () (read-decimal-bpf-bytecode))))))
+ read-decimal-bpf-bytecode))))
(test-group "decimal bytecode writer"
(test "src localhost"