diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-08-09 12:43:30 +0200 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2021-08-09 12:59:28 +0200 |
commit | 1adeb2b70f4ec8c293befdb630ebea81ca472fd0 (patch) | |
tree | 825424e05cdb0a0b8a4e64d8dde78b4df40b2393 /test/system/005-info.bats | |
parent | 04ab2b16617fe2d3178eb0b461aacbcab609611e (diff) | |
download | podman-1adeb2b70f4ec8c293befdb630ebea81ca472fd0.tar.gz podman-1adeb2b70f4ec8c293befdb630ebea81ca472fd0.tar.bz2 podman-1adeb2b70f4ec8c293befdb630ebea81ca472fd0.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/system/005-info.bats')
-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 |