]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t0610: local VAR="VAL" fix
authorJunio C Hamano <gitster@pobox.com>
Sat, 6 Apr 2024 00:23:10 +0000 (17:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Apr 2024 05:50:11 +0000 (22:50 -0700)
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>
t/t0610-reftable-basics.sh

index 686781192eb7c2d820e28393b6d0352db3f4822e..c8074ebab286f45eaaba11d6919e911336dffcec 100755 (executable)
@@ -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*)