author | Jon Seymour <jon.seymour@gmail.com> | |
Wed, 6 Jul 2005 10:11:24 +0000 (20:11 +1000) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Wed, 6 Jul 2005 16:26:13 +0000 (09:26 -0700) | ||
commit | ce11895d5cc5920e5ef01525aa8355357ee0820e | |
tree | 27bc8fe07ad8e066a2b451446751cca409ca1dda | tree | snapshot |
parent | c619ad510b39a07c76cc6a112e4a065e0b8d1b14 | commit | diff |
[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>
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] | blob |
t/t6001-rev-list-merge-order.sh | diff | blob | history |