# HG changeset patch # User pacien # Date 1681681704 -7200 # Node ID 0729d011c54263d2568cf477f9813dac2387e37c # Parent 7f0f3b274d1edf7f90e32c9dd70eea0b90c6ff6e tests: add test ignore list for nix Some tests cannot run properly in the nix sandbox. This adds a list of tests to ignore when running in that context. diff -r 7f0f3b274d1e -r 0729d011c542 tests/blacklists/nix --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/blacklists/nix Sun Apr 16 23:48:24 2023 +0200 @@ -0,0 +1,8 @@ +# Tests to be disabled when building and testing in the Nix sandbox. + +# tests enforcing "/usr/bin/env" shebangs, which are patched for nix +test-run-tests.t +test-check-shbang.t + +# doesn't like the extra setlocale warnings emitted by the nix bash wrappers +test-locale.t