summaryrefslogtreecommitdiff
path: root/test/system/helpers.t
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2020-07-27 15:15:15 -0600
committerEd Santiago <santiago@redhat.com>2020-07-28 09:22:22 -0600
commit409d07a18154b5bfedfc61498a8060fc6e9a3b52 (patch)
treefd2437bea7e2e8fac964cbf42e79dc37fb1fae9e /test/system/helpers.t
parent288ebec6e737c105fa0ef43412de4e0a8997feb9 (diff)
downloadpodman-409d07a18154b5bfedfc61498a8060fc6e9a3b52.tar.gz
podman-409d07a18154b5bfedfc61498a8060fc6e9a3b52.tar.bz2
podman-409d07a18154b5bfedfc61498a8060fc6e9a3b52.zip
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 <santiago@redhat.com>
Diffstat (limited to 'test/system/helpers.t')
-rwxr-xr-xtest/system/helpers.t2
1 files changed, 1 insertions, 1 deletions
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