From 94ef2c9b43db43e2370905614b267e46cc891c6d Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 18 Apr 2020 01:29:26 +0100 Subject: [PATCH] ITS#9209 quote test argument --- tests/scripts/test072-dsee-sync | 2 +- tests/scripts/test075-dsee-persist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test072-dsee-sync b/tests/scripts/test072-dsee-sync index b6221146c0..80da336d82 100755 --- a/tests/scripts/test072-dsee-sync +++ b/tests/scripts/test072-dsee-sync @@ -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 diff --git a/tests/scripts/test075-dsee-persist b/tests/scripts/test075-dsee-persist index 9686fbf713..4f3ec8ab16 100755 --- a/tests/scripts/test075-dsee-persist +++ b/tests/scripts/test075-dsee-persist @@ -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