t/gitweb-lib.sh: Use GIT_BUILD_DIR
commitb5d3450c914a51a6543d517c428fd41a670a113d
authorJakub Narebski <jnareb@gmail.com>
Sun, 12 Sep 2010 09:41:04 +0000 (12 11:41 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Sep 2010 21:01:55 +0000 (12 14:01 -0700)
tree827173e2fb2f82632b7de5611df49f6d3a04f375
parent3b3a8ed4beadf5d9437597108355b23c7143bc81
t/gitweb-lib.sh: Use GIT_BUILD_DIR

Use "$GIT_BUILD_DIR" instead of "$TEST_DIRECTORY/.." (both defined in
t/test-lib.sh) in t/gitweb-lib.sh.  It better describes the intent.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/gitweb-lib.sh