Submitter | Danek Duvall |
---|---|
Date | Jan. 14, 2016, 9:35 p.m. |
Message ID | <e559d425fd25dd986d52.1452807308@smelly.us.oracle.com> |
Download | mbox | patch |
Permalink | /patch/12770/ |
State | Accepted |
Commit | 63116d47cc3fd179c90b117397cc26341a381edb |
Headers | show |
Comments
On Thu, Jan 14, 2016 at 1:35 PM, <danek.duvall@oracle.com> wrote: > tests: non-GNU mv can't move a file onto a hardlink of itself > Applied, thanks.
Patch
diff --git a/tests/test-largefiles-update.t b/tests/test-largefiles-update.t --- a/tests/test-largefiles-update.t +++ b/tests/test-largefiles-update.t @@ -160,7 +160,7 @@ mark the non-existing file as normal in (branch merge, don't forget to commit) $ hg commit -m '1-2-3 testing' $ hg rollback -q - $ mv 58e24f733a964da346e2407a2bee99d9001184f5 .hg/largefiles/ + $ rm 58e24f733a964da346e2407a2bee99d9001184f5 Test that "hg revert -r REV" updates largefiles from "REV" correctly