Home
last modified time | relevance | path

Searched refs:TMPFILE2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_queue.sh28 rm -f "$TMPFILE2" "$TMPFILE3"
51 TMPFILE2=$(mktemp)
337 ip netns exec ${nsrouter} ./nf-queue -c -q 1 -t $timeout > "$TMPFILE2" &
349 if ! diff -u "$TMPFILE2" "$TMPFILE3" ; then