]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10361 Remove bashism
authorOndřej Kuzník <ondra@mistotebe.net>
Mon, 1 Dec 2025 10:12:08 +0000 (10:12 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 5 Dec 2025 18:47:39 +0000 (18:47 +0000)
tests/scripts/test090-auditlog

index d7a68b55fd4e33aaace55fb7609a5f389b152114..f0e1550bbba26a96212fa15b07026d877b9cba4e 100755 (executable)
@@ -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"