commit c9003c52fc7f70dd988402560adcd22709e74800 from: Stefan Sperling date: Mon Feb 06 14:58:22 2023 UTC hide unexpected diff output from xfail test commit - 8a86203b94a0368ac2f3e88dfcd269e601b4beb4 commit + c9003c52fc7f70dd988402560adcd22709e74800 blob - d822260020e8a31a235f66e7a1a6e8e9cae92b9c blob + f992b65b13667e8a421e2e410937179db7c27aac --- regress/cmdline/status.sh +++ regress/cmdline/status.sh @@ -718,9 +718,8 @@ test_status_gitignore_trailing_slashes() { cmp -s $testroot/stdout.expected $testroot/stdout ret=$? if [ $ret -ne 0 ]; then - diff -u $testroot/stdout.expected $testroot/stdout - test_done "$testroot" "xfail trailing slashes" - return 1 + #diff -u $testroot/stdout.expected $testroot/stdout + ret="xfail trailing slashes not matched" fi test_done "$testroot" "$ret" }