Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: sv.po: Update Swedish translation (3288t0f0u)
[gitweb.git]
/
t
/
t3050-subprojects-fetch.sh
diff --git
a/t/t3050-subprojects-fetch.sh
b/t/t3050-subprojects-fetch.sh
index 4261e9641e00fb3b543384b6a8dbbcc1a214b598..2f5f41a012b5f6e38f2b9d631a99648ac8937c2d 100755
(executable)
--- a/
t/t3050-subprojects-fetch.sh
+++ b/
t/t3050-subprojects-fetch.sh
@@
-10,10
+10,10
@@
test_expect_success setup '
cd sub &&
git init &&
>subfile &&
- git add subfile
+ git add subfile
&&
git commit -m "subproject commit #1"
) &&
- >mainfile
+ >mainfile
&&
git add sub mainfile &&
test_tick &&
git commit -m "superproject commit #1"