These two bogons were never loaded, they have to placed in the "nft-f"
subdir.
Also add the "nft-j-f" bogon input dir to the ignored files list so their
existence is not reported as an error by check-tree.sh.
Signed-off-by: Florian Westphal <fw@strlen.de>
##############################################################################
#
F=( $(find tests/shell/testcases/ -type f | grep '^tests/shell/testcases/[^/]\+/dumps/[^/]\+\.\(json-nft\|nft\|nodump\)$' -v | sort) )
-IGNORED_FILES=( tests/shell/testcases/bogons/nft-f/* )
+IGNORED_FILES=( tests/shell/testcases/bogons/nft-f/* tests/shell/testcases/bogons/nft-j-f/* )
for f in "${F[@]}" ; do
if ! array_contains "$f" "${SHELL_TESTS[@]}" "${IGNORED_FILES[@]}" ; then
msg_err "Unexpected file \"$f\""