]> arthur.barton.de Git - bup.git/commit
test-web: use path with unique unicode sequence
authorRob Browning <rlb@defaultvalue.org>
Sat, 11 Jun 2016 17:59:38 +0000 (12:59 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 11 Jun 2016 18:15:57 +0000 (13:15 -0500)
commit9c3dbf9bcc92a7a65a733bd60f570a6b16fd9aae
tree4610594124e1fa3a062921eb6fa4d1b0184041c7
parent54386fe6cc937fb983dd7d27dadc4e84bd519624
test-web: use path with unique unicode sequence

Change the test path from "éxcitement" to "¡excitement!" since the
former has multiple valid unicode encodings (e.g. given combining
characters, etc.).

With the previous string, the test might fail if something along the way
normalized it (which was the case on at least some versions of OS X).

Thanks to ilovezfs for reporting the problem and helping with the fix.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-web.sh