nixpkgs/pkgs/shells/fish
Cole Helbling a17630204a fish: fix and enable fishConfig test
`nix-build -A fish.tests.fishConfig` will now test that the
`fish_config` tool would start up properly. Previously, this test was
effectively disabled due to `withTests` being stubbed out.

I don't think this test ever truly worked, because the generated
temporary file would be cleaned up automatically (or maybe this
"automatically" changed between versions). The solution to this is to
add `delete=False` to the `NamedTemporaryFile` function call, to keep
the temporary file around in order to grep its contents for the expected
output.
2020-05-04 21:31:59 +02:00
..
fish-foreign-env fish-foreign-env: update stderr redirection in patch 2020-02-16 23:29:02 -08:00
default.nix fish: fix and enable fishConfig test 2020-05-04 21:31:59 +02:00
dont-codesign-on-mac.diff fish: disable codesigning 2020-04-27 14:23:08 -07:00