1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-03 15:40:59 +01:00

shellcheck fix: tests/functional/output-normalization.sh

This commit is contained in:
Farid Zakaria 2025-09-29 10:04:14 -07:00
parent 32818483a5
commit c09cf33a3a
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@ testNormalization () {
TODO_NixOS
clearStore
outPath=$(nix-build ./simple.nix --no-out-link)
test "$(stat -c %Y $outPath)" -eq 1
test "$(stat -c %Y "$outPath")" -eq 1
}
testNormalization