]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/all
Add config support for binary values
[openldap] / tests / scripts / all
index a39cde22a77dc694c1a7ba14e1b95fc20745f136..f3faecd3462e786ed557d1fd68a6aec068eea70c 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2016 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -57,8 +57,8 @@ for CMD in $SRCDIR/scripts/test*; do
 EOF
        fi
 
+       BCMD=`basename $CMD`
        if [ -x "$CMD" ]; then
-               BCMD=`basename $CMD`
                echo ">>>>> Starting ${TB}$BCMD${TN} for $BACKEND..."
                $CMD
                RC=$?