mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#9209 quote test argument
This commit is contained in:
parent
bfb20d3ef9
commit
94ef2c9b43
@ -16,7 +16,7 @@
|
||||
echo "running defines.sh"
|
||||
. $SRCDIR/scripts/defines.sh
|
||||
|
||||
if test ! `which dsadm`; then
|
||||
if test ! "`which dsadm`"; then
|
||||
echo "DSEE dsadm not in path, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
@ -18,7 +18,7 @@ echo "running defines.sh"
|
||||
|
||||
OPATTRS="creatorsName createTimestamp modifiersName modifyTimestamp"
|
||||
|
||||
if test ! `which dsadm`; then
|
||||
if test ! "`which dsadm`"; then
|
||||
echo "DSEE dsadm not in path, test skipped"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user