squash! Add a test demonstrating a problem with long submodule paths

Add a test demonstrating a problem with long submodule paths

[jes: adusted test number to avoid conflicts, fixed non-portable use of
the 'export' statement, fixed broken && chain]

Signed-off-by: Doug Kelly <dougk.ff7@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Doug Kelly
2014-01-08 20:28:15 -06:00
committed by Johannes Schindelin
parent 01a1db34ff
commit cdb55fe660

View File

@@ -81,7 +81,7 @@ test_expect_success 'recursive submodule with a long path' '
git clone ../super test &&
cd test &&
git submodule add ../parent foo &&
git submodule update --init --recursive
git submodule update --init --recursive &&
test_commit "sogood" &&
(
cd foo/$longpath &&