CI: fix /dev/fd errors on FreeBSD

This commit is contained in:
Miles Liu 2022-11-18 10:53:51 +08:00
parent d748e3900b
commit a446324681
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9

View file

@ -908,6 +908,9 @@ jobs:
# * NOTE: All steps need to be run in this block, otherwise, we are operating back on the mac host
set -e
#
# We need a file-descriptor file system to test test_ls::test_ls_io_errors
mount -t fdescfs fdesc /dev/fd
#
TEST_USER=tester
REPO_NAME=${GITHUB_WORKSPACE##*/}
WORKSPACE_PARENT="/Users/runner/work/${REPO_NAME}"