# HG changeset patch # User Matt Harbison # Date 2018-12-04 05:19:33 # Node ID c460b1643eb091e944ae400908a432a02837e54d # Parent f6d37e84d8f99d7d06c4a7391e7505e050258b74 tests: stabilize test-blackbox.t on Windows I didn't look into why the error is more detailed, but that seems like it's a good thing (other than for recording tests). diff --git a/tests/test-blackbox.t b/tests/test-blackbox.t --- a/tests/test-blackbox.t +++ b/tests/test-blackbox.t @@ -347,7 +347,8 @@ Test missing log directory, which should > EOF $ hg log --debug removing $TESTTMP/gone/.hg - warning: cannot write to blackbox.log: $ENOENT$ + warning: cannot write to blackbox.log: $ENOENT$ (no-windows !) + warning: cannot write to blackbox.log: $TESTTMP/gone/.hg/blackbox.log: $ENOTDIR$ (windows !) $ cd .. #if chg