[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t6000-lib.sh
commitce11895d5cc5920e5ef01525aa8355357ee0820e
authorJon Seymour <jon.seymour@gmail.com>
Wed, 6 Jul 2005 10:11:24 +0000 (6 20:11 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 16:26:13 +0000 (6 09:26 -0700)
tree27bc8fe07ad8e066a2b451446751cca409ca1dda
parentc619ad510b39a07c76cc6a112e4a065e0b8d1b14
[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t6000-lib.sh

Functions that are useful to other t6xxx testcases are moved into t6000-lib.sh

To use these functions in a test case, use a test-case pre-amble like:

. ./test-lib.sh
. ../t6000-lib.sh # t6xxx specific functions

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
t/t6000-lib.sh [new file with mode: 0644]
t/t6001-rev-list-merge-order.sh