summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 112db55)
raw | patch | inline | side by side (parent: 112db55)
author | Michele Ballabio <barra_cuda@katamail.com> | |
Mon, 23 Jun 2008 16:19:23 +0000 (18:19 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 23 Jun 2008 20:01:37 +0000 (13:01 -0700) |
Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9301-fast-export.sh | patch | blob | history |
diff --git a/t/t9301-fast-export.sh b/t/t9301-fast-export.sh
index 60b5ee39793bdd8e1b08cddc791500ed34d3116c..f1bc5ceef0453fcdf711afd6225a5f0cd5dc69e5 100755 (executable)
--- a/t/t9301-fast-export.sh
+++ b/t/t9301-fast-export.sh
git checkout -b marks master &&
git fast-export --export-marks=tmp-marks HEAD &&
test -s tmp-marks &&
- cp tmp-marks ~ &&
test $(wc -l < tmp-marks) -eq 3 &&
test $(
git fast-export --import-marks=tmp-marks\