Browse Source

t6001: avoid direct file system access

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Han-Wen Nienhuys 4 years ago committed by Junio C Hamano
parent
commit
977f8acefd
  1. 3
      t/t6001-rev-list-graft.sh

3
t/t6001-rev-list-graft.sh

@ -23,7 +23,8 @@ test_expect_success setup ' @@ -23,7 +23,8 @@ test_expect_success setup '
git commit -a -m "Third in one history." &&
A2=$(git rev-parse --verify HEAD) &&

rm -f .git/refs/heads/main .git/index &&
git update-ref -d refs/heads/main &&
rm -f .git/index &&

echo >fileA fileA again &&
echo >subdir/fileB fileB again &&

Loading…
Cancel
Save