Skip to content

Commit 08fd28b

Browse files
Michael J GruberEric Wong
authored andcommitted
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>
1 parent 9918285 commit 08fd28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test_expect_success 'setup svnrepo' '
2828
svn_cmd cp -m "trailing .lock" "$svnrepo/pr ject/trunk" \
2929
"$svnrepo/pr ject/branches/trailing_dotlock.lock" &&
3030
svn_cmd cp -m "reflog" "$svnrepo/pr ject/trunk" \
31-
"$svnrepo/pr ject/branches/not-a@{0}reflog" &&
31+
"$svnrepo/pr ject/branches/not-a%40{0}reflog" &&
3232
start_httpd
3333
'
3434

0 commit comments

Comments
 (0)