diff --git a/tests/scripts/test090-auditlog b/tests/scripts/test090-auditlog index d7a68b55fd..f0e1550bbb 100755 --- a/tests/scripts/test090-auditlog +++ b/tests/scripts/test090-auditlog @@ -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"