commit 3c8e3a64b01bf1814cebd087e17d52ef79b0d668 from: Stefan Sperling via: Thomas Adam date: Tue Feb 07 20:14:55 2023 UTC hide unexpected diff output from xfail test commit - 8682db42e0ef4ce144b7c6f934125877c33e5602 commit + 3c8e3a64b01bf1814cebd087e17d52ef79b0d668 blob - 09c72780441f3d8fdb30fa70928342a4b2f10756 blob + d3e5e4f0989bbbafd54ee120bce99a472b048b81 --- 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" }