[PATCH 2/2] The core GIT tests: recent additions and fixes.
commit368f99d57e8ed17243f2e164431449d48bfca2fb
authorJunio C Hamano <junkio@cox.net>
Sat, 14 May 2005 05:52:42 +0000 (13 22:52 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Sat, 14 May 2005 15:41:01 +0000 (14 17:41 +0200)
treee796629de967435998081b62f62a14de08178965
parente1970ce43abfbf625bce68516857e910748e5965
[PATCH 2/2] The core GIT tests: recent additions and fixes.

This set of scripts are designed to test the features and fixes
we recently added to core GIT.  The convention to call test
helper function has been changed during the framework cleanup
(take two), and these tests have been updated to use the cleaned
up test-lib.sh interface.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Note that this does not include the t2000-diff.sh script since it
tests a patch which was not applied yet.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
t/t0100-environment-names.sh [new file with mode: 0755]
t/t0200-update-cache.sh [new file with mode: 0755]
t/t0400-ls-files.sh [new file with mode: 0755]
t/t0500-ls-files.sh [new file with mode: 0755]
t/t1000-checkout-cache.sh [new file with mode: 0755]
t/t1001-checkout-cache.sh [new file with mode: 0755]