From bad0041390da289f6cfad3a44f702998291edd8c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 16 Sep 2010 00:01:51 +0000 Subject: s3-selftest: Move Samba3-specific script to source3/selftest. --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 863274575a..0046a1805f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3377,7 +3377,7 @@ test:: all torture timelimit SOURCEDIR="$(srcdir)" \ RUN_FROM_BUILD_FARM="$(RUN_FROM_BUILD_FARM)" \ PERL="$(PERL)" PYTHON="$(PYTHON)" \ - $(selftestdir)/s3-selftest.sh + $(srcdir)/selftest/s3-selftest.sh test-%: $(MAKE) test TESTS=$* -- cgit