From 1adeb2b70f4ec8c293befdb630ebea81ca472fd0 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Mon, 9 Aug 2021 12:43:30 +0200 Subject: 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 --- test/system/005-info.bats | 1 + 1 file changed, 1 insertion(+) (limited to 'test/system/005-info.bats') 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 -- cgit v1.2.3-54-g00ecf