diff options
Diffstat (limited to 'regress/sftp-perm.sh')
-rw-r--r-- | regress/sftp-perm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sftp-perm.sh b/regress/sftp-perm.sh index 3448740bc..304ca0ac5 100644 --- a/regress/sftp-perm.sh +++ b/regress/sftp-perm.sh | |||
@@ -29,7 +29,7 @@ postcondition() { | |||
29 | _title="$1" | 29 | _title="$1" |
30 | _check="$2" | 30 | _check="$2" |
31 | test -z "$_check" && return | 31 | test -z "$_check" && return |
32 | sh -c "$_check" || fail "postcondition check failed: $_title" | 32 | ${TEST_SHELL} -c "$_check" || fail "postcondition check failed: $_title" |
33 | } | 33 | } |
34 | 34 | ||
35 | ro_test() { | 35 | ro_test() { |