1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional/output-normalization.sh

12 lines
207 B
Bash
Executable file

#!/usr/bin/env bash
source common.sh
testNormalization () {
TODO_NixOS
clearStore
outPath=$(nix-build ./simple.nix --no-out-link)
test "$(stat -c %Y "$outPath")" -eq 1
}
testNormalization