From cdb55fe660456e4abe12f00f800b3b4ff4f3c6f2 Mon Sep 17 00:00:00 2001 From: Doug Kelly Date: Wed, 8 Jan 2014 20:28:15 -0600 Subject: [PATCH] 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 Signed-off-by: Johannes Schindelin --- t/t7416-submodule-long-path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7416-submodule-long-path.sh b/t/t7416-submodule-long-path.sh index 59b3d347db..2ca9794ca5 100755 --- a/t/t7416-submodule-long-path.sh +++ b/t/t7416-submodule-long-path.sh @@ -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 &&