File: nogo.txt

package info (click to toggle)
golang-github-rogpeppe-go-internal 1.14.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,188 kB
  • sloc: makefile: 6
file content (12 lines) | stat: -rw-r--r-- 269 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# should support skip
unquote file.txt

# We can't just set PATH to empty because we need the part of it that
# contains the command names, so use a special builtin instead.
dropgofrompath

! testscript -v file.txt
stdout 'unknown command "go"'

-- file.txt --
>go env