tests: fix "export var=val"
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 19:17:27 +0000 (11:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 19:17:27 +0000 (11:17 -0800)
Some shells do not like "export var=val"; the right way to write
it is to do an assignment and then export just the variable name.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found