mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
system-packages: make test actually check the expected behaviour
This commit is contained in:
parent
629fa53498
commit
236d9b0c2d
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@
|
|||
|
||||
test = ''
|
||||
echo checking hello binary in /sw/bin >&2
|
||||
test "$(readlink -f ${config.out}/sw/bin/hello)" != "${pkgs.hello}/bin/foo"
|
||||
test "$(readlink -f ${config.out}/sw/bin/hello)" = "${pkgs.hello}/bin/hello"
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue