[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] file-has-acl: no need for struct stat
From: |
Bruno Haible |
Subject: |
Re: [PATCH 2/2] file-has-acl: no need for struct stat |
Date: |
Mon, 07 Oct 2024 08:33:41 +0200 |
The CI reports 3 new test failures on Cygwin. The last CI build at
2024-10-02 07:00 GMT was green. This commit must be the regression's
cause.
FAIL: test-file-has-acl.sh
==========================
file_has_aclinfo failed for "tmpfile0"
file_has_acl("tmpfile0") returned , expected no
FAIL test-file-has-acl.sh (exit status: 1)
FAIL: test-file-has-acl-1.sh
============================
file_has_aclinfo failed for "tmpfile0"
file_has_acl("tmpfile0") returned , expected no
FAIL test-file-has-acl-1.sh (exit status: 1)
FAIL: test-file-has-acl-2.sh
============================
file_has_aclinfo failed for "tmpfile0"
file_has_acl("tmpfile0") returned , expected no
FAIL test-file-has-acl-2.sh (exit status: 1)
Bruno