diff options
-rw-r--r-- | source3/Makefile.in | 2 | ||||
-rwxr-xr-x | source3/selftest/s3-selftest.sh (renamed from selftest/s3-selftest.sh) | 0 |
2 files changed, 1 insertions, 1 deletions
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=$* diff --git a/selftest/s3-selftest.sh b/source3/selftest/s3-selftest.sh index 86e4b75865..86e4b75865 100755 --- a/selftest/s3-selftest.sh +++ b/source3/selftest/s3-selftest.sh |