-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Line 138 in b4423b9
| sed -i 's| tr | /usr/bin/tr |' tests/init.sh |
Lines 348 to 352 in b4423b9
| # Most tests check that `/usr/bin/tr` is working correctly before running. | |
| # However in NixOS/Nix-based distros, the tr util is located somewhere in | |
| # /nix/store/xxxxxxxxxxxx...xxxx/bin/tr | |
| # We just replace the references to `/usr/bin/tr` | |
| sed -i 's/\/usr\/bin\/tr/$(command -v tr)/' tests/init.sh |
Metadata
Metadata
Assignees
Labels
No labels