]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/all
Happy New Year
[openldap] / tests / scripts / all
index 2d44e32bbbc5b6a1d148e007cceee09830305b84..1e7fe92b10e06a8fe02958cdadfca344d43b857f 100755 (executable)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2014 The OpenLDAP Foundation.
+## Copyright 1998-2018 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=$?