mirror of
https://github.com/git/git.git
synced 2026-01-19 15:09:01 +00:00
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:
committed by
Johannes Schindelin
parent
01a1db34ff
commit
cdb55fe660
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user