]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
tests: shell: 0043concatenated_ranges_0: re-enable all tests
authorFlorian Westphal <fw@strlen.de>
Tue, 5 Sep 2023 14:44:09 +0000 (16:44 +0200)
committerFlorian Westphal <fw@strlen.de>
Wed, 6 Sep 2023 09:26:19 +0000 (11:26 +0200)
This script suppressed a few tests when ran via run-tests.sh,
don't do that, it would have caught the previous 'get' bug
years ago.

Signed-off-by: Florian Westphal <fw@strlen.de>
tests/shell/testcases/sets/0043concatenated_ranges_0

index 8d3dacf6e38ad8241fd4f6814ea856651d18f5ff..90ee6a82dbed939accce39736e1cbbb80a174738 100755 (executable)
 # - delete them
 # - make sure they can't be deleted again
 
-if [ "$(ps -o comm= $PPID)" = "run-tests.sh" ]; then
-       # Skip some permutations on a full test suite run to keep it quick
-       TYPES="ipv4_addr ipv6_addr ether_addr inet_service"
-else
-       TYPES="ipv4_addr ipv6_addr ether_addr inet_proto inet_service mark"
-fi
+TYPES="ipv4_addr ipv6_addr ether_addr inet_proto inet_service mark"
 
 RULESPEC_ipv4_addr="ip saddr"
 ELEMS_ipv4_addr="192.0.2.1 198.51.100.0/25 203.0.113.0-203.0.113.129"