mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +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
|
# * NOTE: All steps need to be run in this block, otherwise, we are operating back on the mac host
|
||||||
set -e
|
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
|
TEST_USER=tester
|
||||||
REPO_NAME=${GITHUB_WORKSPACE##*/}
|
REPO_NAME=${GITHUB_WORKSPACE##*/}
|
||||||
WORKSPACE_PARENT="/Users/runner/work/${REPO_NAME}"
|
WORKSPACE_PARENT="/Users/runner/work/${REPO_NAME}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue