From c091374d775a927d8726a26e3f9a088213a89bb4 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 2 Oct 2019 14:29:56 -0400 Subject: 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 --- test/system/400-unprivileged-access.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/system') diff --git a/test/system/400-unprivileged-access.bats b/test/system/400-unprivileged-access.bats index 738d8d87b..56c40e9c8 100644 --- a/test/system/400-unprivileged-access.bats +++ b/test/system/400-unprivileged-access.bats @@ -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" -- cgit v1.2.3-54-g00ecf