File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN apt-get update \
1212 gcc \
1313 gdb \
1414 gperf \
15- jq \
1615 libacl1-dev \
1716 libattr1-dev \
1817 libcap-dev \
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ jobs:
432432 sudo apt-get -y update ; sudo apt-get -y install libselinux1-dev
433433 ;;
434434 macos-*)
435- brew install coreutils make
435+ brew install coreutils
436436 ;;
437437 esac
438438 - name : Install via make and test multi-call binary
@@ -586,7 +586,7 @@ jobs:
586586 locale -a | grep -i fr || echo "French locale generation may have failed"
587587 ;;
588588 macos-*)
589- brew install coreutils make
589+ brew install coreutils
590590 ;;
591591 esac
592592 - name : Test Make installation
Original file line number Diff line number Diff line change 136136 " $( [ " ${SELINUX_ENABLED} " = 1 ] && echo --with-selinux || echo --without-selinux) "
137137 # Add timeout to to protect against hangs
138138 " ${SED} " -i ' s|^"\$@|' " ${SYSTEM_TIMEOUT} " ' 600 "\$@|' build-aux/test-driver
139- " ${SED} " -i ' s| tr | /usr/bin/tr |' tests/init.sh
140139 # Use a better diff
141140 " ${SED} " -i ' s|diff -c|diff -u|g' tests/Coreutils.pm
142141 " ${MAKE} " -j " $( " ${NPROC} " ) "
@@ -343,11 +342,6 @@ test \$n_stat1 -ge \$n_stat2 \\' tests/ls/stat-free-color.sh
343342
344343# Slightly different error message
345344" ${SED} " -i ' s/not supported/unexpected argument/' tests/mv/mv-exchange.sh
346- # Most tests check that `/usr/bin/tr` is working correctly before running.
347- # However in NixOS/Nix-based distros, the tr util is located somewhere in
348- # /nix/store/xxxxxxxxxxxx...xxxx/bin/tr
349- # We just replace the references to `/usr/bin/tr`
350- " ${SED} " -i ' s/\/usr\/bin\/tr/$(command -v tr)/' tests/init.sh
351345
352346# upstream doesn't having the program name in the error message
353347# but we do. We should keep it that way.
You can’t perform that action at this time.
0 commit comments