summaryrefslogtreecommitdiff
path: root/t/t0100-environment-names.sh
AgeCommit message (Collapse)AuthorFilesLines
2005-05-14[PATCH 2/2] The core GIT tests: recent additions and fixes.Libravatar Junio C Hamano1-0/+84
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>