# HG changeset patch # User Alexis S. L. Carvalho # Date 2008-01-21 15:37:27 # 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 --git a/tests/test-strip-cross b/tests/test-strip-cross --- a/tests/test-strip-cross +++ b/tests/test-strip-cross @@ -43,7 +43,8 @@ commit '102 120' '012 210' '021 201' 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'