Skip to content

Commit 26ba747

Browse files
committed
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 <[email protected]>
1 parent 8bfe486 commit 26ba747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0610-reftable-basics.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ test_expect_success 'init: reinitializing reftable with files backend fails' '
8383
test_expect_perms () {
8484
local perms="$1"
8585
local file="$2"
86-
local actual=$(ls -l "$file") &&
86+
local actual="$(ls -l "$file")" &&
8787

8888
case "$actual" in
8989
$perms*)

0 commit comments

Comments
 (0)