On 06.11.2018 09:16, [email protected] wrote: > Author: brane > Date: Tue Nov 6 08:16:05 2018 > New Revision: 1845874 > > URL: http://svn.apache.org/viewvc?rev=1845874&view=rev > Log: > Add a bunch of peg-revision parsing tests.
[...] > +def make_dir_subdir_7_no_escape_peg(sbox): > + "create directory 'E/@' without pegrev escape" > + do_make_dir(sbox, 'E/@', 'E/@', 'svn: E000017: ') Note to self: this expected stderr is probably wrong ... it's EEXIST on macOS (because the trailing @ is stripped away from the target) but the actual number will very likely not be the same on all platforms. -- Brane

