Submitter | phabricator |
---|---|
Date | Dec. 10, 2019, 3:47 p.m. |
Message ID | <1edb6f77609858f05045e2acd4ff57c3@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43677/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/tests/test-amend.t b/tests/test-amend.t --- a/tests/test-amend.t +++ b/tests/test-amend.t @@ -493,7 +493,7 @@ $ sleep 1 $ echo delta >> foo $ sleep 3 - $ if (hg diff -c . | grep 'delta' >/dev/null) || [[ -n "$(hg status)" ]]; then + $ if (hg diff -c . | grep 'delta' >/dev/null) || [ -n "$(hg status)" ]; then > echo "OK." > else > echo "Bug detected. 'delta' is not part of the commit OR the wdir"