We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba052c commit 37f35ccCopy full SHA for 37f35cc
1 file changed
templates/ci/test-cases/enable-false/module.nix
@@ -17,8 +17,7 @@
17
nix run .#write-files
18
git add --intent-to-add .
19
nix flake check
20
- # verify enabled file exists and disabled does not
21
- test -f should-exist.txt
+ # verify disabled file was not written
22
! test -f should-not-exist.txt
23
declare out
24
touch "$out"
0 commit comments