mirror of https://github.com/containers/podman.git
Merge pull request #4174 from cevich/use_bash_not_sh
System-tests: Use bash explicitly
This commit is contained in:
commit
86c8650c23
|
|
@ -22,7 +22,7 @@ load helpers
|
||||||
# as a user, the parent directory must be world-readable.
|
# as a user, the parent directory must be world-readable.
|
||||||
test_script=$PODMAN_TMPDIR/fail-if-writable
|
test_script=$PODMAN_TMPDIR/fail-if-writable
|
||||||
cat >$test_script <<"EOF"
|
cat >$test_script <<"EOF"
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
path="$1"
|
path="$1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue