diff options
Diffstat (limited to 'tests/gc-runtime.builder.sh')
-rw-r--r-- | tests/gc-runtime.builder.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/gc-runtime.builder.sh b/tests/gc-runtime.builder.sh new file mode 100644 index 000000000000..a8c2d3e09150 --- /dev/null +++ b/tests/gc-runtime.builder.sh @@ -0,0 +1,8 @@ +mkdir $out + +cat > $out/program <<EOF +#! $SHELL +sleep 10000 +EOF + +chmod +x $out/program |