mirror of
https://github.com/git/git.git
synced 2026-03-18 20:50:07 +01:00
t0610: local VAR="VAL" fix
The series was based on maint and fixes all the tests that exist there, but we have acquired a few more. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
@@ -83,7 +83,7 @@ test_expect_success 'init: reinitializing reftable with files backend fails' '
|
||||
test_expect_perms () {
|
||||
local perms="$1"
|
||||
local file="$2"
|
||||
local actual=$(ls -l "$file") &&
|
||||
local actual="$(ls -l "$file")" &&
|
||||
|
||||
case "$actual" in
|
||||
$perms*)
|
||||
|
||||
Reference in New Issue
Block a user