tests/test-hgrc.t
changeset 51999 997c9b2069d1
parent 50292 adecb1ab4a0d
equal deleted inserted replaced
51998:629ecced55a6 51999:997c9b2069d1
   302 
   302 
   303   $ hg paths --config extensions.zeroconf=
   303   $ hg paths --config extensions.zeroconf=
   304   config error at $TESTTMP/.hg/hgrc:3: [broken
   304   config error at $TESTTMP/.hg/hgrc:3: [broken
   305   [255]
   305   [255]
   306 
   306 
   307 XXX-PYOXIDIZER Pyoxidizer build have trouble with zeroconf for unclear reason,
       
   308 we accept the bad output for now as this is the last thing in the way of
       
   309 testing the pyoxidizer build.
       
   310 
       
   311 #if no-pyoxidizer-in-filesystem
       
   312   $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
   307   $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
   313   foo = $TESTTMP/bar
   308   foo = $TESTTMP/bar
   314 #else
   309 
   315   $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
       
   316   abort: An invalid argument was supplied (known-bad-output !)
       
   317   [255]
       
   318 #endif