From 8c87fe1a41094d9bf568c0d4c9e2a9dec33925a4 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 12 Nov 2024 19:39:24 +0800 Subject: [PATCH] nftables: drop useless patch file Signed-off-by: Tianling Shen --- .../patches/001-drop-useless-file.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/network/utils/nftables/patches/001-drop-useless-file.patch diff --git a/package/network/utils/nftables/patches/001-drop-useless-file.patch b/package/network/utils/nftables/patches/001-drop-useless-file.patch new file mode 100644 index 0000000000..bad5600b5a --- /dev/null +++ b/package/network/utils/nftables/patches/001-drop-useless-file.patch @@ -0,0 +1,18 @@ +--- a/tests/shell/run-tests.sh.rej ++++ /dev/null +@@ -1,15 +0,0 @@ +---- run-tests.sh +-+++ run-tests.sh +-@@ -565,11 +565,8 @@ feature_probe() +- fi +- +- if [ -x "$with_path.sh" ] ; then +-- echo $with_path +- NFT="$NFT_REAL" $NFT_TEST_UNSHARE_CMD "$with_path.sh" &>/dev/null +-- RET=$? +-- echo $? +-- return $RET +-+ return $? +- fi +- +- return 1