mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 11:59:45 -05:00
ITS#10361 Remove bashism
This commit is contained in:
parent
9cb8701e3c
commit
9c025b8aff
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ fi
|
|||
echo "Cleaning up audit log"
|
||||
rm -f "$AUDITLOGFILE"
|
||||
|
||||
if test "$OS_WINDOWS" == "yes"; then
|
||||
if test "$OS_WINDOWS" = "yes"; then
|
||||
echo "Skipping non-blocking tests on Windows..."
|
||||
else
|
||||
echo "Creating named pipe for blocking/non-blocking test"
|
||||
|
|
|
|||
Loading…
Reference in a new issue