github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/cmd/testscript/testdata/error.txt (about) 1 # should support skip 2 unquote file.txt 3 4 # stdin 5 stdin file.txt 6 ! testscript -v 7 stderr 'error running <stdin> in' 8 9 # file-based 10 ! testscript -v file.txt 11 stderr 'error running file.txt in' 12 13 -- file.txt -- 14 >exec false