diff options
Diffstat (limited to 'src/cmd/go/testdata/script/env_cache.txt')
-rw-r--r-- | src/cmd/go/testdata/script/env_cache.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/env_cache.txt b/src/cmd/go/testdata/script/env_cache.txt new file mode 100644 index 0000000..f2af7ee --- /dev/null +++ b/src/cmd/go/testdata/script/env_cache.txt @@ -0,0 +1,5 @@ +# go env should caches compiler results +go env +go env -x +! stdout '\|\| true' + |