( )⚙ D3111 tests: use unbundle in test-symlink-os-yes-fs-no.py

This is an archive of the discontinued Mercurial Phabricator instance.

tests: use unbundle in test-symlink-os-yes-fs-no.py
ClosedPublic

Authored by indygreg on Apr 5 2018, 12:38 AM.

Details

Summary

The test (which should probably be rewritten as a .t test - the
test was initially authored in 2009 and this may have predated
some test harness features allowing us to implement it as a .t
test) is verifying symlink behavior with regards to working
directory operations. How it pulls bundle data into a repo is
not relevant. So we can switch from pull to unbundle so we can
support environments where bundlerepos don't work.

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

indygreg created this revision.Apr 5 2018, 12:38 AM
durin42 accepted this revision.Apr 6 2018, 8:38 PM
This revision is now accepted and ready to land.Apr 6 2018, 8:38 PM
This revision was automatically updated to reflect the committed changes.