mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-10 01:27:54 +00:00
Parse the slirp4netns network options when called via compat api. The options must be extracted from the NetworkMode string. Fixes #10110 Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
6 lines
126 B
Bash
6 lines
126 B
Bash
# -*- bash -*-
|
|
|
|
output="$(cat $OUTFILE)"
|
|
expected="teststring"
|
|
|
|
is "$output" "$expected" "$testname : nc received teststring"
|