t0001: tolerate failure involving xargs -0
commit3a343e527f329adbd7e715ffec4006826d4917d1
authorKyle J. McKay <mackyle@gmail.com>
Sat, 13 Jan 2018 23:18:04 +0000 (13 15:18 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 13 Jan 2018 23:18:04 +0000 (13 15:18 -0800)
treeb1411593b6c6bb080c3c7afa8eb9b0f2af8aadc4
parent368ced078b6679255989d9c5dbc7b440e9191b2a
t0001: tolerate failure involving xargs -0

The "xargs -0" command is NOT specified by POSIX.

TopGit no longer makes any use of it and as a result no longer
requires the sanity check that uses it to succeed.

Change the test to "test_tolerate_failure" instead just in case
there's some system out there that doesn't like "xargs -0".

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
t/t0001-sanity.sh