Submitter | Matt Harbison |
---|---|
Date | May 22, 2018, 1:45 a.m. |
Message ID | <589535dae225b24312ef.1526953542@Envy> |
Download | mbox | patch |
Permalink | /patch/31799/ |
State | Accepted |
Headers | show |
Comments
On Mon, 21 May 2018 21:45:42 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison <matt_harbison@yahoo.com> > # Date 1526871918 14400 > # Sun May 20 23:05:18 2018 -0400 > # Node ID 589535dae225b24312ef6d86a54865314a9acebd > # Parent 6acf41bb8d40c55073e846b81c7466f4b0d390dc > tests: stabilize test-patch.t on Windows Queued, thanks.
Patch
diff --git a/tests/test-patch.t b/tests/test-patch.t --- a/tests/test-patch.t +++ b/tests/test-patch.t @@ -97,7 +97,7 @@ Error exit (issue4746) > sys.exit(1) > EOF - $ hg import ../c/p --config ui.patch="$PYTHON '`pwd`/exit1.py'" + $ hg import ../c/p --config ui.patch="\"$PYTHON\" \"`pwd`/exit1.py\"" applying ../c/p abort: patch command failed: exited with status 1 [255]