[Bug 5163] New: -u flag for env in test-subrepo-git.t isn't supported on Solaris until S12

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Tue Mar 29 22:05:58 UTC 2016


https://bz.mercurial-scm.org/show_bug.cgi?id=5163

            Bug ID: 5163
           Summary: -u flag for env in test-subrepo-git.t isn't supported
                    on Solaris until S12
           Product: Mercurial
           Version: 3.7.3
          Hardware: PC
                OS: Other
            Status: UNCONFIRMED
          Severity: bug
          Priority: normal
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: danek.duvall at oracle.com
                CC: mercurial-devel at selenic.com

The test in test-subrepo-git.t that removes GIT_ALLOW_PROTOCOL from the
environment with env -u fails on S11.3, and very likely on any released version
of Oracle Solaris.  There is no simple workaround with env, unfortunately.

Perhaps emptying GIT_ALLOW_PROTOCOL (env GIT_ALLOW_PROTOCOL= ...) would be
sufficient for the test?  Or setting it to some known useless value?  Or saving
it aside, unsetting it, and resetting it afterwards.  It's verbose, but will
work everywhere.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list