This is an archive of the discontinued Mercurial Phabricator instance.

test-dispatch: stabilize the test
ClosedPublic

Authored by quark on Nov 1 2017, 5:25 PM.

Details

Summary

When cwd is removed and hg is executed, some shells may run getcwd
before forking and executing, some may not do it, some may print a
different error message.

The test should be shell-independent so let's just avoid checking the error
message.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Nov 1 2017, 5:25 PM
durin42 accepted this revision.Nov 1 2017, 5:26 PM
This revision is now accepted and ready to land.Nov 1 2017, 5:26 PM
This revision was automatically updated to reflect the committed changes.