* [PATCH 2/3] git-svn-test: don't test for possible bug "Failed to strip path", try #2
@ 2013-04-28 20:10 Ilya Basin
0 siblings, 0 replies; only message in thread
From: Ilya Basin @ 2013-04-28 20:10 UTC (permalink / raw)
To: Git mailing list; +Cc: Eric Wong
In the previous commit a showcase was added to
t9160-git-svn-preserve-empty-dirs.sh for the "Failed to strip path" bug.
Now the flag --stdlayout should be enough.
---
t/t9160-git-svn-preserve-empty-dirs.sh | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
diff --git a/t/t9160-git-svn-preserve-empty-dirs.sh b/t/t9160-git-svn-preserve-empty-dirs.sh
index 1b5a286..43b1852 100755
--- a/t/t9160-git-svn-preserve-empty-dirs.sh
+++ b/t/t9160-git-svn-preserve-empty-dirs.sh
@@ -51,21 +51,13 @@ test_expect_success 'initialize source svn repo containing empty dirs' '
echo "Conflict file" > 5/.placeholder &&
mkdir 6/.placeholder &&
svn_cmd add 5/.placeholder 6/.placeholder &&
- svn_cmd commit -m "Placeholder Namespace conflict" &&
-
- echo x > fil.txt &&
- svn_cmd add fil.txt &&
- svn_cmd commit -m "this commit should not kill git-svn"
+ svn_cmd commit -m "Placeholder Namespace conflict"
) &&
rm -rf "$SVN_TREE"
'
test_expect_success 'clone svn repo with --preserve-empty-dirs --stdlayout' '
- git svn clone "$svnrepo" --preserve-empty-dirs --stdlayout "$GIT_REPO" || (
- cd "$GIT_REPO"
- git svn fetch # fetch the rest can succeed even if clone failed
- false # this test still failed
- )
+ git svn clone "$svnrepo" --preserve-empty-dirs --stdlayout "$GIT_REPO"
'
# "$GIT_REPO"/1 should only contain the placeholder file.
@@ -89,11 +81,11 @@ test_expect_success 'add entry to previously empty directory' '
test -f "$GIT_REPO"/4/a/b/c/foo
'
-# The HEAD~3 commit should not have introduced .gitignore placeholder files.
+# The HEAD~2 commit should not have introduced .gitignore placeholder files.
test_expect_success 'remove non-last entry from directory' '
(
cd "$GIT_REPO" &&
- git checkout HEAD~3
+ git checkout HEAD~2
) &&
test_must_fail test -f "$GIT_REPO"/2/.gitignore &&
test_must_fail test -f "$GIT_REPO"/3/.gitignore
--
1.8.1.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-28 20:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-28 20:10 [PATCH 2/3] git-svn-test: don't test for possible bug "Failed to strip path", try #2 Ilya Basin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).