Submitter | Augie Fackler |
---|---|
Date | Sept. 15, 2017, 7:16 p.m. |
Message ID | <933ca2b610855d7479a2.1505502960@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/23918/ |
State | Accepted |
Headers | show |
Comments
On Fri, Sep 15, 2017 at 12:16 PM, Augie Fackler <raf@durin42.com> wrote: > > # HG changeset patch > # User Augie Fackler <augie@google.com> > # Date 1505502693 14400 > # Fri Sep 15 15:11:33 2017 -0400 > # Node ID 933ca2b610855d7479a2514e81b5eb9ad1c13cb4 > # Parent 99a25fd51eee06baf00117114f84b630dd75f15e > tests: fix test-uncommit.t to not rely on GNU rm's flags behavior Queued, thanks!
Patch
diff --git a/tests/test-uncommit.t b/tests/test-uncommit.t --- a/tests/test-uncommit.t +++ b/tests/test-uncommit.t @@ -298,7 +298,7 @@ Uncommit leaving an empty changeset A Q $ cd .. - $ rm repo1 -rf + $ rm -rf repo1 Testing uncommit while merge