commit 3eada727868aaa9cde33edc9bc9cbf248f9af3b0 from: Stefan Sperling date: Tue May 14 15:33:09 2019 UTC cosmetic tweak to xfail test output commit - 8ba6ba2daa86e32090ec780bef5255d2df1e08a3 commit + 3eada727868aaa9cde33edc9bc9cbf248f9af3b0 blob - bf8321c3db7d0c00e339ac032ebf954eb336d0c1 blob + 668767cbe1dbdf3fe334cf8a4f899fee4116bb5c --- regress/cmdline/commit.sh +++ regress/cmdline/commit.sh @@ -209,7 +209,7 @@ function test_commit_added_subdirs { ret="$?" if [ "$ret" != "0" ]; then #diff -u $testroot/stdout.expected $testroot/stdout - ret="xfail: $(head -n 1 $testroot/stderr)" + ret="xfail ($(head -n 1 $testroot/stderr))" fi test_done "$testroot" "$ret" }