commit - 6a881297759a4b3c4f62093aef5fdbaad0dae8df
commit + a19f439c4e07de5c812f1771b37cecbba6e631c4
blob - e88c01aa511a2049c9fece87f2e78bb8e9f274b7
blob + ce55e3f7444303e0529ea7e9c68982d61b3d3275
--- regress/cmdline/blame.sh
+++ regress/cmdline/blame.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "blame command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
ret=$?
if [ $ret -eq 0 ]; then
echo "blame command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
blob - 8e459f575af5f369a7a0987fa5f5eb2e1680b947
blob + a025c5170abf06b7f707406ee2d9193c3fa6ff43
--- regress/cmdline/branch.sh
+++ regress/cmdline/branch.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "got branch succeeded unexpectedly"
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
ret=$?
if [ $ret -eq 0 ]; then
echo "got update succeeded unexpectedly"
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
blob - 15c8d5decf9f20816bd1d23ebed6d2d56437e4f1
blob + 435304c10a3b415ec9295b0260316b311b220682
--- regress/cmdline/cherrypick.sh
+++ regress/cmdline/cherrypick.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "got commit succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
echo -n "got: $testroot/wt/dotgotfoo.link: symbolic link points " \
blob - 59f3d74f6c80fbf6c7182efae1d36295d9a4134f
blob + 8c528ea1f5a368de063e916a5668b66b65392105
--- regress/cmdline/integrate.sh
+++ regress/cmdline/integrate.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "got integrate succeeded unexpectedly"
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
blob - 155c33f0173f68f8c1375feaf38ffc73113b0b7e
blob + c1e703a5e36a9140b460df532dc84b36583e5884
--- regress/cmdline/patch.sh
+++ regress/cmdline/patch.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "edited a missing file" >&2
- test_done $testroot $ret
+ test_done $testroot 1
return 1
fi
blob - 85881196beb482de5fdcb7e3c4ec5112a287758c
blob + 563ef75073b34c24187086af0ec4227156583358
--- regress/cmdline/ref.sh
+++ regress/cmdline/ref.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "got ref succeeded unexpectedly"
- test_done "$testroot" "$ret"
+ test_done "$testroot" "1"
return 1
fi
blob - 1b07381441f738fff178f9bd80e3043f168dc0cb
blob + 5b7231fd5e9a81e444ef0abfde043e2d565cc61b
--- regress/cmdline/send.sh
+++ regress/cmdline/send.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
echo "got: origin: remote repository not found" \
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
echo -n "got: changes on refs/heads/branch1 will be sent to server" \
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
echo -n "got-send-pack: refs/heads/branchX does not exist in remote " \
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
echo -n "got-send-pack: refs/heads/refs/tags/1.0 does not exist " \
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
ret=$?
if [ $ret -eq 0 ]; then
echo "got send command succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
echo "got: -a and -b options are mutually exclusive" \
blob - e16d9854340821bff1be14c3086fbe1a59b26843
blob + 701e5bded8367b6fc13908410c4111d0e1c82210
--- regress/cmdline/stage.sh
+++ regress/cmdline/stage.sh
ret=$?
if [ $ret -eq 0 ]; then
echo "got stage succeeded unexpectedly" >&2
- test_done "$testroot" "$ret"
+ test_done "$testroot" 1
return 1
fi
echo -n "got: $testroot/wt/dotgotbar.link: " > $testroot/stderr.expected