diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-30 11:03:45 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-30 13:33:34 +0100 |
commit | 6b128f03d500b13468c666db51c87eb2e194f2ca (patch) | |
tree | e6c05d1151c263ec809102f6b8f55b5ce4658b45 /source3/selftest | |
parent | 4b541c6f030e9459df35337bce3d8ce7ba92a2c6 (diff) | |
download | samba-6b128f03d500b13468c666db51c87eb2e194f2ca.tar.gz |
selftest: don't export $CONFIGURATION anymore only $SMB_CONF_PATH
metze
Diffstat (limited to 'source3/selftest')
-rwxr-xr-x | source3/selftest/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.sh b/source3/selftest/tests.sh index 7f2c8f2203b..e07dee6f8a9 100755 --- a/source3/selftest/tests.sh +++ b/source3/selftest/tests.sh @@ -51,7 +51,7 @@ export SCRIPTDIR plantest "talloctort3" none $VALGRIND $BINDIR/talloctort plantest "replacetort3" none $VALGRIND $BINDIR/replacetort plantest "tdbtorture3" none $VALGRIND $BINDIR/tdbtorture -plantest "smbconftort3" none $VALGRIND $BINDIR/smbconftort $CONFIGURATION +plantest "smbconftort3" none $VALGRIND $BINDIR/smbconftort -s \$SMB_CONF_PATH tests="FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7" tests="$tests UNLINK BROWSE ATTR TRANS2 TORTURE " |