# HG changeset patch # User Mads Kiilerich # Date 2012-07-04 22:51:05 # Node ID f690402e80fb3aead775fbf9bd99685aa88b5946 # Parent bddf1220d7a2d454cbb620ca0b72ee8c3da322c6 tests: add '(glob)' for Windows paths in test-subrepo-deep-nested-change.t Test failure was introduced in 1894dac619de. diff --git a/tests/test-subrepo-deep-nested-change.t b/tests/test-subrepo-deep-nested-change.t --- a/tests/test-subrepo-deep-nested-change.t +++ b/tests/test-subrepo-deep-nested-change.t @@ -109,7 +109,7 @@ Check that deep archiving works $ hg --config extensions.largefiles=! add sub1/sub2/folder/test.txt $ hg ci -Sm "add test.txt" committing subrepository sub1 - committing subrepository sub1/sub2 + committing subrepository sub1/sub2 (glob) $ hg --config extensions.largefiles=! archive -S ../archive_all $ find ../archive_all | sort ../archive_all @@ -163,7 +163,7 @@ Note that add --large through a subrepo $ hg --config extensions.largefiles= add --large large.bin $ hg --config extensions.largefiles= ci -S -m "add large files" committing subrepository sub1 - committing subrepository sub1/sub2 + committing subrepository sub1/sub2 (glob) $ hg --config extensions.largefiles= archive -S ../archive_lf $ find ../archive_lf | sort