tests: fix "export var=val"
commit91e80b984e0afda37d288e550fb5832d2b71568c
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 19:17:27 +0000 (18 11:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Feb 2009 19:17:27 +0000 (18 11:17 -0800)
treee1fc5942bd993cf558dd849654ce1429a22ca1ec
parentd61027b21f403a74ba16191756d22717a2e95bd4
tests: fix "export var=val"

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>
t/t9301-fast-export.sh
t/test-lib.sh