Skip to content

Commit 8899d22

Browse files
authored
Merge branch 'main' into gnu-no-release
2 parents d08c043 + b2d1117 commit 8899d22

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

.github/workflows/l10n.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

util/build-gnu.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ else
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.

0 commit comments

Comments
 (0)