mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
CI: fix /dev/fd errors on FreeBSD
This commit is contained in:
parent
d748e3900b
commit
a446324681
1 changed files with 3 additions and 0 deletions
3
.github/workflows/CICD.yml
vendored
3
.github/workflows/CICD.yml
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue