]> git.ipfire.org Git - thirdparty/iptables.git/commit
tests: shell: Fix syntax in ipt-restore/0010-noflush-new-chain_0
authorPhil Sutter <phil@nwl.cc>
Fri, 29 May 2020 14:39:31 +0000 (16:39 +0200)
committerPhil Sutter <phil@nwl.cc>
Fri, 29 May 2020 17:47:01 +0000 (19:47 +0200)
commitfe1cfd89c239cb6ce54f0c7b99ec2eb517db5f12
tree0739e4109efded2096584ec80415b88252825750
parent7f0a69c8fe78da130cc52ea9fc35ffb9cbc2b8ef
tests: shell: Fix syntax in ipt-restore/0010-noflush-new-chain_0

The here-doc statement missed the final delimiter. Worked anyways
because end-of-file would do the trick.

Fixes: a103fbfadf4c1 ("xtables-restore: Fix parser feed from line buffer")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables/tests/shell/testcases/ipt-restore/0010-noflush-new-chain_0