From dfdcd8f851db6bb9069ec7e4b272d564a65401e5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 30 Apr 2026 09:22:58 +1000 Subject: [PATCH] ci: add symlink-dirlink-basis to Cygwin's expected-skipped list The test correctly skips on Cygwin (which lacks RESOLVE_BENEATH), but the workflow's RSYNC_EXPECT_SKIPPED list still treats any change in the skipped set as a CI failure. Add the new test name so the skipped/got comparison matches. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/cygwin-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cygwin-build.yml b/.github/workflows/cygwin-build.yml index 4657ba4a..2478644f 100644 --- a/.github/workflows/cygwin-build.yml +++ b/.github/workflows/cygwin-build.yml @@ -39,7 +39,7 @@ jobs: - name: info run: bash -c '/usr/local/bin/rsync --version' - name: check - run: bash -c 'RSYNC_EXPECT_SKIPPED=acls-default,acls,chown,devices,dir-sgid,open-noatime,protected-regular,simd-checksum make check' + run: bash -c 'RSYNC_EXPECT_SKIPPED=acls-default,acls,chown,devices,dir-sgid,open-noatime,protected-regular,simd-checksum,symlink-dirlink-basis make check' - name: ssl file list run: bash -c 'PATH="/usr/local/bin:$PATH" rsync-ssl --no-motd download.samba.org::rsyncftp/ || true' - name: save artifact