1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00
nix/tests/multiple-outputs.a.builder.sh
Shea Levy 8f28a3ba25 Add a test for multiple outputs
This currently fails. Yay test-driven development!
2011-09-14 05:59:29 +00:00

6 lines
97 B
Bash

mkdir $first
mkdir $second
test -z $all
echo "second" > $first/file
echo "first" > $second/file