%PDF- %PDF-
Direktori : /usr/local/go/src/cmd/go/testdata/script/ |
Current File : //usr/local/go/src/cmd/go/testdata/script/test_script_cmdcd.txt |
# Tests that after a cd command, where usually the UNIX path separator is used, # a match against $PWD does not fail on Windows. cd $WORK/a/b/c/pkg go list -find -f {{.Root}} stdout $PWD -- $WORK/a/b/c/pkg/go.mod -- module pkg -- $WORK/a/b/c/pkg/pkg.go -- package pkg