diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-03-24 13:36:14 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2021-03-24 13:40:37 +0100 |
commit | b140b592cb74ce4f15ccc3850882bd7d93749109 (patch) | |
tree | f285f88a20cd448316eaf5e550bb247b8b40ab9b /tests | |
parent | 13897f6c2c807770e07d93d6232b3a5e0a66d624 (diff) |
tests: shell: fix 0025empty_dynset_0
Use bash, otherwise it reports here:
testcases/nft-f/0025empty_dynset_0: 22: Syntax error: redirection unexpected
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/shell/testcases/nft-f/0025empty_dynset_0 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/nft-f/0025empty_dynset_0 b/tests/shell/testcases/nft-f/0025empty_dynset_0 index 10c5cc1b..b66c802f 100755 --- a/tests/shell/testcases/nft-f/0025empty_dynset_0 +++ b/tests/shell/testcases/nft-f/0025empty_dynset_0 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash RULESET="table ip foo { set inflows { |