Merge branch 'js/no-cherry-pick-head-after-punted'
[gitweb.git] / t / t1020-subdirectory.sh
index 865b8ed26d577e154276887f88c8af9d13e62170..e23ac0e69da8d3dba32f0d256a249a987356e825 100755 (executable)
@@ -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 &&
@@ -120,7 +118,7 @@ test_expect_success 'alias expansion' '
        )
 '
 
-test_expect_success '!alias expansion' '
+test_expect_success NOT_MINGW '!alias expansion' '
        pwd >expect &&
        (
                git config alias.test !pwd &&