diff options
Diffstat (limited to 'recipes-containers/netavark/files/tests.patch')
-rw-r--r-- | recipes-containers/netavark/files/tests.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/recipes-containers/netavark/files/tests.patch b/recipes-containers/netavark/files/tests.patch deleted file mode 100644 index e4ca24b5..00000000 --- a/recipes-containers/netavark/files/tests.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | Index: git/test/helpers.bash | ||
4 | =================================================================== | ||
5 | --- git.orig/test/helpers.bash | ||
6 | +++ git/test/helpers.bash | ||
7 | @@ -645,7 +645,7 @@ | ||
8 | fi | ||
9 | |||
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 & | ||
12 | + ncat $nc_common_args -l -p $container_port &>"$NETAVARK_TMPDIR/nc-out" <&$stdin & | ||
13 | |||
14 | # make sure to wait until port is bound otherwise test can flake | ||
15 | # https://github.com/containers/netavark/issues/433 | ||
16 | @@ -658,7 +658,7 @@ | ||
17 | fi | ||
18 | |||
19 | data=$(random_string) | ||
20 | - run_in_host_netns nc $nc_common_args $connect_ip $host_port <<<"$data" | ||
21 | + run_in_host_netns ncat $nc_common_args $connect_ip $host_port <<<"$data" | ||
22 | |||
23 | got=$(cat "$NETAVARK_TMPDIR/nc-out") | ||
24 | assert "$got" == "$data" "ncat received data" | ||