about summary refs log tree commit diff
path: root/third_party/nix/tests/fixed.builder1.sh
blob: c41bb2b9a61199b841a3bf6643285a3bb29f2efd (plain) (blame)
1
2
3
if test "$IMPURE_VAR1" != "foo"; then exit 1; fi
if test "$IMPURE_VAR2" != "bar"; then exit 1; fi
echo "Hello World!" > $out