From 89a39c7acbbd52464118b6c44d612d1f1b347ccf Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 8 Sep 2006 03:28:39 +0000 Subject: r18244: more portable shell scripting (This used to be commit 320003127690ab98fc2185f0eb528a778cae2740) --- source4/lib/ldb/tests/init_slapd.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source4/lib/ldb/tests/init_slapd.sh') diff --git a/source4/lib/ldb/tests/init_slapd.sh b/source4/lib/ldb/tests/init_slapd.sh index 8ebfed9c66..cf06acd08b 100755 --- a/source4/lib/ldb/tests/init_slapd.sh +++ b/source4/lib/ldb/tests/init_slapd.sh @@ -24,18 +24,18 @@ MODCONF=tests/tmp/modules.conf rm -f $MODCONF touch $MODCONF || exit 1 -if ! slaptest -u -f $LDBDIR/tests/slapd.conf > /dev/null 2>&1; then -echo "enabling sladp modules" -cat > $MODCONF < /dev/null 2>&1 || { + echo "enabling sladp modules" +cat > $MODCONF <