mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
System-tests: Use bash explicitly
On Ubuntu, /bin/sh != /bin/bash. Update system-tests to only use bash for testing consistency across platforms. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user