diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-28 17:52:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 17:52:08 -0400 |
commit | b0777adcacef2f568ea68af81e6889d4cbdc3e0f (patch) | |
tree | fd2437bea7e2e8fac964cbf42e79dc37fb1fae9e /test/system/helpers.t | |
parent | 288ebec6e737c105fa0ef43412de4e0a8997feb9 (diff) | |
parent | 409d07a18154b5bfedfc61498a8060fc6e9a3b52 (diff) | |
download | podman-b0777adcacef2f568ea68af81e6889d4cbdc3e0f.tar.gz podman-b0777adcacef2f568ea68af81e6889d4cbdc3e0f.tar.bz2 podman-b0777adcacef2f568ea68af81e6889d4cbdc3e0f.zip |
Merge pull request #7110 from edsantiago/bats
System tests: add environment, volume tests
Diffstat (limited to 'test/system/helpers.t')
-rwxr-xr-x | test/system/helpers.t | 2 |
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 |