commit - 8b13ce36c3571db545dcba7fe278009d7214dace
commit + 57ba6a8b2290654163b428404a7fd1fe0ae808a1
blob - 3d3129eb97ae9831e602fef7d3d3c52b2c78938e
blob + 6c72ab7bd35892d5e669cf16068e0f55bb9e5a74
--- regress/cmdline/unstage.sh
+++ regress/cmdline/unstage.sh
(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
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
> $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