t9138-git-svn-authors-prog.sh fixups
commit01730a3bb46806899e61d4d2d8d3677c5d64ffde
authorJeremiah Mahler <jmmahler@gmail.com>
Sun, 25 May 2014 19:24:54 +0000 (25 12:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 May 2014 19:44:33 +0000 (27 12:44 -0700)
treed26cbc57056e5cf3ef57859f1352978081f6e8db
parent4a28f169ad29ba452e0e7bea2583914c10c58322
t9138-git-svn-authors-prog.sh fixups

Several fixups of the t9138-git-svn-authors-prog.sh test script to
follow current recommendations in t/README.

  - Fixed a Perl script with a full "#!/usr/bin/perl" shebang
    to use write_script() and $PERL_PATH as per t/README.

  - Placed svn-authors data setup inside a test_expect_success.

  - Fixed trailing quotes to use the same indentation throughout.

Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9138-git-svn-authors-prog.sh