Commit Diff


commit - 8b13ce36c3571db545dcba7fe278009d7214dace
commit + 57ba6a8b2290654163b428404a7fd1fe0ae808a1
blob - 3d3129eb97ae9831e602fef7d3d3c52b2c78938e
blob + 6c72ab7bd35892d5e669cf16068e0f55bb9e5a74
--- regress/cmdline/unstage.sh
+++ regress/cmdline/unstage.sh
@@ -39,7 +39,7 @@ function test_unstage_basic {
 	(cd $testroot/wt && got unstage > $testroot/stdout)
 	ret="$?"
 	if [ "$ret" != "0" ]; then
-		echo "got stage command succeeded unexpectedly" >&2
+		echo "got unstage command failed unexpectedly" >&2
 		test_done "$testroot" "1"
 		return 1
 	fi
@@ -178,7 +178,7 @@ function test_unstage_patch {
 		numbers > $testroot/stdout)
 	ret="$?"
 	if [ "$ret" != "0" ]; then
-		echo "got stage command failed unexpectedly" >&2
+		echo "got unstage command failed unexpectedly" >&2
 		test_done "$testroot" "1"
 		return 1
 	fi
@@ -793,7 +793,7 @@ function test_unstage_patch_quit {
 		> $testroot/stdout)
 	ret="$?"
 	if [ "$ret" != "0" ]; then
-		echo "got stage command failed unexpectedly" >&2
+		echo "got unstage command failed unexpectedly" >&2
 		test_done "$testroot" "1"
 		return 1
 	fi