diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-07-08 21:16:35 +0200 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2010-07-08 20:35:42 +0000 |
commit | 08fd28bb08a33b419cb91935659635cd053c880b (patch) | |
tree | 2f51c5d9c5513a732e5be280dba101916269c51c /t | |
parent | 9918285fb10d81af9021dae99c5f4de88ded497c (diff) | |
download | git-08fd28bb08a33b419cb91935659635cd053c880b.tar.gz git-08fd28bb08a33b419cb91935659635cd053c880b.tar.xz |
t9118: avoid PEG revision identifier in tests
@ is SVN's identifier for PEG revisions. But SVN's treatment of PEG
identifiers in copy target URLs changed in r954995/r952973, i.e. between
1.6.11 and 1.6.12. They get eaten now (which is considered the right
way).
Therefore, avoid the @ in the tests with funky branch names.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't')
-rwxr-xr-x | t/t9118-git-svn-funky-branch-names.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9118-git-svn-funky-branch-names.sh b/t/t9118-git-svn-funky-branch-names.sh index 7d7acc30b..45d5b2dd5 100755 --- a/t/t9118-git-svn-funky-branch-names.sh +++ b/t/t9118-git-svn-funky-branch-names.sh @@ -28,7 +28,7 @@ test_expect_success 'setup svnrepo' ' svn_cmd cp -m "trailing .lock" "$svnrepo/pr ject/trunk" \ "$svnrepo/pr ject/branches/trailing_dotlock.lock" && svn_cmd cp -m "reflog" "$svnrepo/pr ject/trunk" \ - "$svnrepo/pr ject/branches/not-a@{0}reflog" && + "$svnrepo/pr ject/branches/not-a%40{0}reflog" && start_httpd ' |