From 409d07a18154b5bfedfc61498a8060fc6e9a3b52 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 27 Jul 2020 15:15:15 -0600 Subject: System tests: add environment, volume tests Tests for #7094, in which symlinks in a volume would cause chown errors and nonrunnable containers. Tests for environment variable precedence, now include --env-host and proxy settings Fix a bug caught by covscan in helpers.t ('source' path would fail if path included spaces). Fix podman-run man page: it was incorrect in stating precedence between in-image environment and --env-host. Fixes: #7099 Signed-off-by: Ed Santiago --- test/system/helpers.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/system/helpers.t') diff --git a/test/system/helpers.t b/test/system/helpers.t index a022f11c4..bee09505c 100755 --- a/test/system/helpers.t +++ b/test/system/helpers.t @@ -6,7 +6,7 @@ # anything if we have to mess with them. # -source $(dirname $0)/helpers.bash +source "$(dirname $0)"/helpers.bash die() { echo "$(basename $0): $*" >&2 -- cgit v1.2.3-54-g00ecf