]> git.sur5r.net Git - openldap/commitdiff
add "-n" to omit trailing newline
authorPierangelo Masarati <ando@openldap.org>
Thu, 11 May 2006 14:41:34 +0000 (14:41 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 11 May 2006 14:41:34 +0000 (14:41 +0000)
tests/scripts/test042-valsort

index 4b9108aad530665c92d180009ee9f5ce8d60a71b..1e633e0c0859ad2042f35312ffacb15f6b75fd26 100755 (executable)
@@ -23,7 +23,7 @@ fi
 
 mkdir -p $TESTDIR $DBDIR1
 
-$SLAPPASSWD -g > $CONFIGPWF
+$SLAPPASSWD -g -n > $CONFIGPWF
 RC=$?
 if test $RC != 0 ; then
        echo "slappasswd failed ($RC)!"