fix test-strip-cross on solaris
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 21 Jan 2008 13:37:27 -0200
changeset 5914 8e7796a990c5
parent 5913 7c2921a60035
child 5915 d0576d065993
fix test-strip-cross on solaris Apparently "ENVVAR=value command" doesn't work when command is a shell function. Reported by Richard Lowe.
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'