Skip to content

Commit

Permalink
tests: Skip tcpdump for help tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHabets committed Jun 13, 2024
1 parent d88aee5 commit 3af3984
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ cleanup() {
}

run_tests() {
# Usage stuff.
run_test "no_args" 1
run_test "h" 0 -h
run_test "help" 0 --help
# Usage stuff.
run_test -t "no_args" 1
run_test -t "h" 0 -h
run_test -t "help" 0 --help

# Simple IP examples.
run_test "simple" 0 -c 1 192.0.2.101
Expand Down

0 comments on commit 3af3984

Please sign in to comment.