test: add missing data/subshell.sh
1 files changed, 3 insertions(+), 0 deletions(-) A test/data/subshell.sh
A test/data/subshell.sh => test/data/subshell.sh +3 -0
@@ 0,0 1,3 @@ +#!/bin/sh + +(exit 1) && echo "shouldn't happen"