mirror of
https://github.com/containers/podman.git
synced 2025-05-28 05:08:18 +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.
|
||||
test_script=$PODMAN_TMPDIR/fail-if-writable
|
||||
cat >$test_script <<"EOF"
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
path="$1"
|
||||
|
||||
|
Reference in New Issue
Block a user