Files
nix/tests/functional/fixed.builder1.sh
2025-09-26 08:41:30 -07:00

6 lines
179 B
Bash

# shellcheck shell=bash
if test "$IMPURE_VAR1" != "foo"; then exit 1; fi
if test "$IMPURE_VAR2" != "bar"; then exit 1; fi
# shellcheck disable=SC2154
echo "Hello World!" > "$out"