Commit 3eada727868aaa9cde33edc9bc9cbf248f9af3b0

Stefan Sperling 2019-05-14T11:33:09

cosmetic tweak to xfail test output

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/commit.sh b/regress/cmdline/commit.sh
index bf8321c..668767c 100755
--- a/regress/cmdline/commit.sh
+++ b/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"
 }