# should support skip
unquote file.txt

# stdin
stdin file.txt
! testscript -v
stderr 'error running <stdin> in'

# file-based
! testscript -v file.txt
stderr 'error running file.txt in'

-- file.txt --
>exec false
