From 8a2385c933eda5e844739021d1e0c52e0fa06628 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 16 Dec 2005 12:55:54 +0000 Subject: r12287: move the wins.ldb into lockdir metze (This used to be commit bcf04a49e329af6c2a72c0a9cf037cc4efeeb26f) --- source4/script/tests/selftest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/script') diff --git a/source4/script/tests/selftest.sh b/source4/script/tests/selftest.sh index 95f2b3e767..adf5d082f8 100755 --- a/source4/script/tests/selftest.sh +++ b/source4/script/tests/selftest.sh @@ -85,7 +85,7 @@ export PATH rm -rf $PREFIX/* mkdir -p $PRIVATEDIR $LIBDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR -cat >$PRIVATEDIR/wins.ldif<$LOCKDIR/wins.ldif</dev/null || exit 1 +./bin/ldbadd -H $LOCKDIR/wins.ldb < $LOCKDIR/wins.ldif >/dev/null || exit 1 echo "DONE" -- cgit