mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
8 lines
202 B
Bash
8 lines
202 B
Bash
|
mkdir $out
|
||
|
test "$firstOutput $secondOutput" = "$allOutputs"
|
||
|
test "$defaultOutput" = "$firstOutput"
|
||
|
test "$(cat $first/file)" = "second"
|
||
|
test "$(cat $second/file)" = "first"
|
||
|
|
||
|
echo "success" > $out/file
|