1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +02:00

Fix help test in dev shell

Not sure what the intent was expecting help.sh to fail in the main suite, but it caused `meson test` to fail inside a `nix develop` shell:

  $ meson test help --print-errorlogs
  ninja: Entering directory `/home/eelco/Dev/nix-master/build'
  1/1 nix-functional-tests:main / help        UNEXPECTEDPASS   4.02s
This commit is contained in:
Eelco Dolstra 2024-11-18 16:07:35 +01:00
parent 2975c2c1d1
commit e0c6ed1c83
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,8 @@
source common.sh
[[ $(type -p man) ]] || skipTest "'man' not installed"
# test help output
nix-build --help