Browse Source

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>
maint
Michael J Gruber 15 years ago committed by Eric Wong
parent
commit
08fd28bb08
  1. 2
      t/t9118-git-svn-funky-branch-names.sh

2
t/t9118-git-svn-funky-branch-names.sh

@ -28,7 +28,7 @@ test_expect_success 'setup svnrepo' ' @@ -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
'


Loading…
Cancel
Save