mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
tests/functional: Skip tests that don't work in NixOS environment yet
This commit is contained in:
parent
211aec473e
commit
8557d79650
96 changed files with 190 additions and 0 deletions
|
@ -17,6 +17,8 @@ echo "output path is $outPath"
|
|||
text=$(cat "$outPath/hello")
|
||||
if test "$text" != "Hello World!"; then exit 1; fi
|
||||
|
||||
TODO_NixOS
|
||||
|
||||
# Directed delete: $outPath is not reachable from a root, so it should
|
||||
# be deleteable.
|
||||
nix-store --delete $outPath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue