t6022: Add tests with both rename source & dest involved in D/F conflicts
[gitweb.git] / t / t3903-stash.sh
index 056bc2b2486ff4621aa0182f97ec149101877761..a283dca25fe9b5d75841626337e0e68244fdbbf2 100755 (executable)
@@ -69,8 +69,9 @@ test_expect_success 'apply stashed changes (including index)' '
 test_expect_success 'unstashing in a subdirectory' '
        git reset --hard HEAD &&
        mkdir subdir &&
-       (cd subdir &&
-       git stash apply
+       (
+               cd subdir &&
+               git stash apply
        )
 '