]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test007-slapmodify
ITS#8291 Enable slapmodify logging in tests
[openldap] / tests / scripts / test007-slapmodify
index f3e2f85fe6b74aa052276a1b6bda818f24572ff1..98b032450eefef1baf62b2f33995b7d616118516 100755 (executable)
@@ -28,7 +28,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Testing modify, add, and delete using slapmodify..."
-$SLAPMODIFY -f $ADDCONF -l $LDIFMODIFY > $TESTOUT 2>&1
+$SLAPMODIFY -f $ADDCONF -d $LVL -l $LDIFMODIFY > $TESTOUT 2>&1
 RC=$?
 if test $RC != 0 ; then
        echo "slapmodify failed ($RC)!"