]> Sergey Matveev's repositories - public-inbox.git/commit
t/git.t: avoid passing read-only value to git_unquote
authorEric Wong <e@80x24.org>
Fri, 18 Jan 2019 19:40:07 +0000 (19:40 +0000)
committerEric Wong <e@80x24.org>
Fri, 18 Jan 2019 19:41:44 +0000 (19:41 +0000)
commit743ac758eb34f18c7e2544cbc48299662074b1ef
tree5cf35c64dbd384c325f6030c1f1eac0d64e5a43f
parentd66aa534a4a7506cfc5cfab49d1e09f8db8be3dd
t/git.t: avoid passing read-only value to git_unquote

Older versions of Perl (tested 5.14.2 on Debian wheezy(*),
reported by Konstantin on Perl 5.16.3) considered the result of
concatenating two string literals to be a constant value.

(*) not that other stuff works on wheezy, but t/git.t should.

Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
t/git.t