From 3a343e527f329adbd7e715ffec4006826d4917d1 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sat, 13 Jan 2018 15:18:04 -0800 Subject: [PATCH] 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 --- t/t0001-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0001-sanity.sh b/t/t0001-sanity.sh index 1db538d..5287134 100755 --- a/t/t0001-sanity.sh +++ b/t/t0001-sanity.sh @@ -14,7 +14,7 @@ test_plan 15 # required working -test_expect_success 'POSIX tr to NUL processing' ' +test_tolerate_failure 'POSIX tr to NUL processing' ' printf "1x2x3x" | tr "x" "\\000" >lines3z && val="$(xargs -0