summaryrefslogtreecommitdiffstats
path: root/t/t1020-subdirectory.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-24 00:40:33 +0200
committerJunio C Hamano <gitster@pobox.com>2011-08-24 00:40:33 +0200
commit6fcb384869720ed2e9ea7de1938e44c54e56a75a (patch)
treebac64a700b43df8700e7f3c4e7d93cc0fb29d3dc /t/t1020-subdirectory.sh
parentMerge branch 'jn/maint-test-return' (diff)
parenttest: consolidate definition of $LF (diff)
downloadgit-6fcb384869720ed2e9ea7de1938e44c54e56a75a.tar.xz
git-6fcb384869720ed2e9ea7de1938e44c54e56a75a.zip
Merge branch 'rt/zlib-smaller-window'
* rt/zlib-smaller-window: test: consolidate definition of $LF Tolerate zlib deflation with window size < 32Kb
Diffstat (limited to 't/t1020-subdirectory.sh')
-rwxr-xr-xt/t1020-subdirectory.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/t1020-subdirectory.sh b/t/t1020-subdirectory.sh
index 865b8ed26d..3b1b985996 100755
--- a/t/t1020-subdirectory.sh
+++ b/t/t1020-subdirectory.sh
@@ -17,8 +17,6 @@ test_expect_success setup '
cp one original.one &&
cp dir/two original.two
'
-LF='
-'
test_expect_success 'update-index and ls-files' '
git update-index --add one &&