Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: TestSharedLibName leaves garbage in %TEMP% #15124

Closed
alexbrainman opened this issue Apr 5, 2016 · 0 comments
Closed

cmd/go: TestSharedLibName leaves garbage in %TEMP% #15124

alexbrainman opened this issue Apr 5, 2016 · 0 comments

Comments

@alexbrainman
Copy link
Member

C:\dev\go\src\cmd\go>git rev-parse HEAD
fcac88098b1d5eee5f0a546e550c3d95cc13f64b

C:\dev\go\src\cmd\go>dir %TEMP%
 Volume in drive C has no label.
 Volume Serial Number is 14EE-1A2D

 Directory of C:\Users\brainman\AppData\Local\Temp

05/04/2016  02:03 PM    <DIR>          .
05/04/2016  02:03 PM    <DIR>          ..
31/08/2011  11:03 AM                 0 FXSAPIDebugLogFile.txt
               1 File(s)              0 bytes
               2 Dir(s)   3,318,542,336 bytes free

C:\dev\go\src\cmd\go>go test -run=TestSharedLibName
PASS
ok      cmd/go  3.750s

C:\dev\go\src\cmd\go>dir %TEMP%
 Volume in drive C has no label.
 Volume Serial Number is 14EE-1A2D

 Directory of C:\Users\brainman\AppData\Local\Temp

05/04/2016  02:05 PM    <DIR>          .
05/04/2016  02:05 PM    <DIR>          ..
31/08/2011  11:03 AM                 0 FXSAPIDebugLogFile.txt
05/04/2016  02:05 PM    <DIR>          gopath182077770
05/04/2016  02:05 PM    <DIR>          gopath677176279
               1 File(s)              0 bytes
               4 Dir(s)   3,319,218,176 bytes free

C:\dev\go\src\cmd\go>

Alex

@golang golang locked and limited conversation to collaborators Apr 5, 2017
@bcmills bcmills changed the title cmd/go: TestSharedLibName leaves garbadge in %TEMP% cmd/go: TestSharedLibName leaves garbage in %TEMP% Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants