X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2Fscripts%2Ftest007-slapmodify;h=98b032450eefef1baf62b2f33995b7d616118516;hb=5e531214b5b7fc3e031a16b60640d4d719181d58;hp=dd8a51363dab3fcc4df0531492ff882cf2040cb1;hpb=1705fa7e553201d5415513a85925268d21575c99;p=openldap diff --git a/tests/scripts/test007-slapmodify b/tests/scripts/test007-slapmodify index dd8a51363d..98b032450e 100755 --- a/tests/scripts/test007-slapmodify +++ b/tests/scripts/test007-slapmodify @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2015 The OpenLDAP Foundation. +## Copyright 1998-2017 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -28,13 +28,11 @@ 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)!" -# exit $RC - echo "exiting with false success status now" - exit 0 + exit $RC fi echo "Starting slapd on TCP/IP port $PORT1..."