Skip to content

Commit

Permalink
git p4 test: remove bash-ism of combined export/assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wyckoff <pw@padd.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pete Wyckoff authored and Junio C Hamano committed Sep 17, 2012
1 parent 2a9a19e commit 8c29135
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions t/lib-git-p4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ testid=${this_test#t}
git_p4_test_start=9800
P4DPORT=$((10669 + ($testid - $git_p4_test_start)))

export P4PORT=localhost:$P4DPORT
export P4CLIENT=client
export P4EDITOR=:
P4PORT=localhost:$P4DPORT
P4CLIENT=client
P4EDITOR=:
export P4PORT P4CLIENT P4EDITOR

db="$TRASH_DIRECTORY/db"
cli=$(test-path-utils real_path "$TRASH_DIRECTORY/cli")
Expand Down

0 comments on commit 8c29135

Please sign in to comment.