summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/0001define_slash_0
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/0001define_slash_0')
-rwxr-xr-xtests/shell/testcases/nft-f/0001define_slash_014
1 files changed, 3 insertions, 11 deletions
diff --git a/tests/shell/testcases/nft-f/0001define_slash_0 b/tests/shell/testcases/nft-f/0001define_slash_0
index bf0763d4..8712fbf8 100755
--- a/tests/shell/testcases/nft-f/0001define_slash_0
+++ b/tests/shell/testcases/nft-f/0001define_slash_0
@@ -2,18 +2,10 @@
# tests for commit 85d6803 (parser_bison: initializer_expr must use rhs_expr)
-tmpfile=$(mktemp)
-if [ ! -w $tmpfile ] ; then
- echo "Failed to create tmp file" >&2
- exit 0
-fi
-
-trap "rm -rf $tmpfile" EXIT # cleanup if aborted
-
-echo "
+RULESET="
define net = 1.1.1.1/24
-" > $tmpfile
+"
set -e
-$NFT -f $tmpfile
+$NFT -f - <<< $RULESET