# HG changeset patch # User Alexis S. L. Carvalho # Date 1200929847 7200 # Node ID 8e7796a990c5db4e4f70c013cada7e0e1674018a # Parent 7c2921a600356c935e63b3f3e0fabef9de6d8be0 fix test-strip-cross on solaris Apparently "ENVVAR=value command" doesn't work when command is a shell function. Reported by Richard Lowe. diff -r 7c2921a60035 -r 8e7796a990c5 tests/test-strip-cross --- a/tests/test-strip-cross Mon Jan 21 14:15:38 2008 +0100 +++ b/tests/test-strip-cross Mon Jan 21 13:37:27 2008 -0200 @@ -43,7 +43,8 @@ commit '201 210' '021 120' '012 102' -HGUSER=another-user commit 'manifest-file' +HGUSER=another-user; export HGUSER +commit 'manifest-file' commit '012' 'manifest-file'