diff options
author | Peter Bex <peter@more-magic.net> | 2013-05-12 14:40:32 +0200 |
---|---|---|
committer | Peter Bex <peter@more-magic.net> | 2016-03-04 21:38:49 +0100 |
commit | 3e605b8b566e829cd8a0b5ea2ad9c7d560529234 (patch) | |
tree | 55007a7be96d9633cddd97200a0cda37a203b973 /tests | |
parent | 1ede92cde15a9a9bc8acd46805a6b623d8fd8f4a (diff) | |
download | bpf-3e605b8b566e829cd8a0b5ea2ad9c7d560529234.tar.gz |
Change test descriptions to match reality
Diffstat (limited to 'tests')
-rw-r--r-- | tests/run.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/run.scm b/tests/run.scm index 91f7420..fd4c692 100644 --- a/tests/run.scm +++ b/tests/run.scm @@ -141,7 +141,7 @@ "6 0 0 0") "\n" 'suffix) (lambda () (read-decimal-bpf-bytecode))))) - (test "unoptimised data-only dump" + (test "unoptimised connection creation/teardown dump" `((ldh (pkt 12)) (jeq #x0800 0 37) (ldh (pkt 12)) @@ -261,7 +261,7 @@ (ret 65535) (ret 0))))))) - (test "unoptimised data-only dump" + (test "unoptimised connection creation/teardown dump" (string-join `("40" "40 0 0 12" |