2017-10-25 11:01:50 +00:00
|
|
|
source common.sh
|
|
|
|
|
2021-07-26 04:54:55 +00:00
|
|
|
# 27ce722638 required some incompatible changes to the nix file, so skip this
|
|
|
|
# tests for the older versions
|
2021-10-14 14:00:59 +00:00
|
|
|
requireDaemonNewerThan "2.4pre20210712"
|
2021-07-26 04:54:55 +00:00
|
|
|
|
2017-10-25 11:01:50 +00:00
|
|
|
clearStore
|
|
|
|
|
2020-06-25 16:26:34 +00:00
|
|
|
rm -f $TEST_ROOT/result
|
|
|
|
|
2020-01-21 20:14:13 +00:00
|
|
|
nix-build structured-attrs.nix -A all -o $TEST_ROOT/result
|
2017-10-25 11:01:50 +00:00
|
|
|
|
2020-01-21 20:14:13 +00:00
|
|
|
[[ $(cat $TEST_ROOT/result/foo) = bar ]]
|
|
|
|
[[ $(cat $TEST_ROOT/result-dev/foo) = foo ]]
|