ITS#10361 Remove bashism

This commit is contained in:
Ondřej Kuzník 2025-12-01 10:12:08 +00:00 committed by Quanah Gibson-Mount
parent 9cb8701e3c
commit 9c025b8aff

View file

@ -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"