Skip to content

Commit

Permalink
fixup! TEST: try more things with t3100
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Dec 17, 2023
1 parent 1f6995a commit 0ce57fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/t3100-ls-tree-restrict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ test_expect_success \
test_ln_s_add ../path1 path2/bazbo &&
echo Lo >path2/foo &&
echo Mi >path2/baz/b &&
env >.git/env &&
set >.git/set &&
find path? \( -type f -o -type l \) -print >.git/input &&
xargs git update-index --add <.git/input &&
find path? \( -type f -o -type l \) -print |
xargs git update-index --add &&
tree=$(git write-tree) &&
Expand Down

0 comments on commit 0ce57fe

Please sign in to comment.