From 13308a70aa2d44c52e48e73cbddf3f3b5e75940c Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Wed, 21 Apr 2004 23:25:30 +0000 Subject: [PATCH] cleanup --- tests/scripts/test022-ppolicy | 2 -- tests/scripts/test024-unique | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/scripts/test022-ppolicy b/tests/scripts/test022-ppolicy index 22fd1c28d8..b7e74b7c55 100755 --- a/tests/scripts/test022-ppolicy +++ b/tests/scripts/test022-ppolicy @@ -13,8 +13,6 @@ ## top-level directory of the distribution or, alternatively, at ## . -set -x - echo "running defines.sh" . $SRCDIR/scripts/defines.sh diff --git a/tests/scripts/test024-unique b/tests/scripts/test024-unique index 1e60a4c055..cac31941d9 100755 --- a/tests/scripts/test024-unique +++ b/tests/scripts/test024-unique @@ -63,7 +63,8 @@ echo "Adding a unique record..." #$LDAPADD -D "$UNIQUEDN" -h $LOCALHOST -p $PORT1 -w $PASSWD > \ # $TESTOUT 2>&1 << EOTUNIQ1 -$LDAPADD -D "$UNIQUEDN" -h $LOCALHOST -p $PORT1 -w $PASSWD << EOTUNIQ1 +$LDAPADD -D "$UNIQUEDN" -h $LOCALHOST -p $PORT1 -w $PASSWD \ + > /dev/null << EOTUNIQ1 dn: uid=dave,ou=users,o=unique objectClass: inetOrgPerson uid: dave -- 2.39.5