diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-08-09 12:43:30 +0200 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-08-11 15:28:18 -0400 |
commit | 66c0024a0b7975fc88dd1f457151ce925acdee8a (patch) | |
tree | dfa9ab6d1fcaa2c2617e6a47f08fe9603e21182d /test | |
parent | d746a7e0938a5e3b8dde64826961ef9259db7447 (diff) | |
download | podman-66c0024a0b7975fc88dd1f457151ce925acdee8a.tar.gz podman-66c0024a0b7975fc88dd1f457151ce925acdee8a.tar.bz2 podman-66c0024a0b7975fc88dd1f457151ce925acdee8a.zip |
podman info show correct slirp4netns path
The slirp4netns path can be set in the config file or with
--network-cmd-path. Podman info should read the version information
correctly and not use PATH in this case. Also show the slirp4netns
version information to root users.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/system/005-info.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/005-info.bats b/test/system/005-info.bats index 50c3ceb30..96ca2c1bd 100644 --- a/test/system/005-info.bats +++ b/test/system/005-info.bats @@ -47,6 +47,7 @@ store.configFile | $expr_path store.graphDriverName | [a-z0-9]\\\+\\\$ store.graphRoot | $expr_path store.imageStore.number | 1 +host.slirp4netns.executable | $expr_path " parse_table "$tests" | while read field expect; do |