summaryrefslogtreecommitdiffstats
path: root/recipes-containers/netavark/files/tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/netavark/files/tests.patch')
-rw-r--r--recipes-containers/netavark/files/tests.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/netavark/files/tests.patch b/recipes-containers/netavark/files/tests.patch
index 3e1e9ed9..e4ca24b5 100644
--- a/recipes-containers/netavark/files/tests.patch
+++ b/recipes-containers/netavark/files/tests.patch
@@ -4,16 +4,16 @@ Index: git/test/helpers.bash
4=================================================================== 4===================================================================
5--- git.orig/test/helpers.bash 5--- git.orig/test/helpers.bash
6+++ git/test/helpers.bash 6+++ git/test/helpers.bash
7@@ -575,7 +575,7 @@ 7@@ -645,7 +645,7 @@
8 fi 8 fi
9 9
10 nsenter -n -t "${CONTAINER_NS_PIDS[$container_ns]}" timeout --foreground -v --kill=10 5 \ 10 nsenter -n -t "${CONTAINER_NS_PIDS[$container_ns]}" timeout --foreground -v --kill=10 5 \
11- nc $nc_common_args -l -p $container_port &>"$NETAVARK_TMPDIR/nc-out" <$stdin & 11- nc $nc_common_args -l -p $container_port &>"$NETAVARK_TMPDIR/nc-out" <&$stdin &
12+ ncat $nc_common_args -l -p $container_port &>"$NETAVARK_TMPDIR/nc-out" <$stdin & 12+ ncat $nc_common_args -l -p $container_port &>"$NETAVARK_TMPDIR/nc-out" <&$stdin &
13 13
14 # make sure to wait until port is bound otherwise test can flake 14 # make sure to wait until port is bound otherwise test can flake
15 # https://github.com/containers/netavark/issues/433 15 # https://github.com/containers/netavark/issues/433
16@@ -588,7 +588,7 @@ 16@@ -658,7 +658,7 @@
17 fi 17 fi
18 18
19 data=$(random_string) 19 data=$(random_string)