commit - 8682db42e0ef4ce144b7c6f934125877c33e5602
commit + 3c8e3a64b01bf1814cebd087e17d52ef79b0d668
blob - 09c72780441f3d8fdb30fa70928342a4b2f10756
blob + d3e5e4f0989bbbafd54ee120bce99a472b048b81
--- regress/cmdline/status.sh
+++ regress/cmdline/status.sh
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"
}