From c0fdc71ecdf437c978ade36603f0280afb1addb5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 30 Jan 2009 13:57:24 +0100 Subject: s3:tests: add a guard arround . $incdir/test_functions.sh So that caller can overwrite the functions. metze --- source3/script/tests/test_functions.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/script/tests/test_functions.sh') diff --git a/source3/script/tests/test_functions.sh b/source3/script/tests/test_functions.sh index 79642e045b..bddae18c10 100644 --- a/source3/script/tests/test_functions.sh +++ b/source3/script/tests/test_functions.sh @@ -1,3 +1,4 @@ +TEST_FUNCTIONS_SH="INCLUDED" samba3_stop_sig_term() { RET=0 -- cgit