File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ # spell-checker:ignore bintools gnum gperf ldflags libclang nixpkgs numtide pkgs texinfo
12{
23 inputs = {
34 nixpkgs . url = "github:nixos/nixpkgs" ;
Original file line number Diff line number Diff line change 22# `build-gnu.bash` ~ builds GNU coreutils (from supplied sources)
33#
44
5- # spell-checker:ignore (paths) abmon deref discrim eacces getlimits getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW baddecode submodules xstrtol ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) gnproc greadlink gsed multihardlink texinfo
5+ # spell-checker:ignore (paths) abmon deref discrim eacces getlimits getopt ginstall inacc infloop inotify reflink ; (misc) INT_OFLOW OFLOW baddecode submodules xstrtol distros ; (vars/env) SRCDIR vdir rcexp xpart dired OSTYPE ; (utils) gnproc greadlink gsed multihardlink texinfo
66
77set -e
88
@@ -346,7 +346,7 @@ sed -i "s/color_code='0;31;42'/color_code='31;42'/" tests/ls/quote-align.sh
346346# Slightly different error message
347347sed -i ' s/not supported/unexpected argument/' tests/mv/mv-exchange.sh
348348# Most tests check that `/usr/bin/tr` is working correctly before running.
349- # However in NixOS/Nix-based distros, the tr coreutil is located somewhere in
349+ # However in NixOS/Nix-based distros, the tr util is located somewhere in
350350# /nix/store/xxxxxxxxxxxx...xxxx/bin/tr
351351# We just replace the references to `/usr/bin/tr` with the result of `$(which tr)`
352352sed -i ' s/\/usr\/bin\/tr/$(which tr)/' tests/init.sh
You can’t perform that action at this time.
0 commit comments