# HG changeset patch # User Matt Harbison # Date 1460773414 14400 # Node ID ce01b4810aef6a3bb97badecab48af7c628b54b8 # Parent ea1fec3e9aba5f60da44ceae90017509835b1aee test-subrepo-git: add globs for Windows diff -r ea1fec3e9aba -r ce01b4810aef tests/test-subrepo-git.t --- a/tests/test-subrepo-git.t Thu Apr 14 02:41:15 2016 -0700 +++ b/tests/test-subrepo-git.t Fri Apr 15 22:23:34 2016 -0400 @@ -1146,7 +1146,7 @@ $ hg commit -m "add subrepo" $ cd .. $ env -u GIT_ALLOW_PROTOCOL hg clone malicious-subrepository malicious-subrepository-protected - Cloning into '$TESTTMP/tc/malicious-subrepository-protected/s'... + Cloning into '$TESTTMP/tc/malicious-subrepository-protected/s'... (glob) fatal: transport 'ext' not allowed updating to branch default cloning subrepo s from ext::sh -c echo% pwned% >&2 @@ -1155,7 +1155,7 @@ whitelisting of ext should be respected (that's the git submodule behaviour) $ env GIT_ALLOW_PROTOCOL=ext hg clone malicious-subrepository malicious-subrepository-clone-allowed - Cloning into '$TESTTMP/tc/malicious-subrepository-clone-allowed/s'... + Cloning into '$TESTTMP/tc/malicious-subrepository-clone-allowed/s'... (glob) pwned fatal: Could not read from remote repository.