blob: 1a787e1b18c1dd9265e6f2ed29f0871ce98f26d8 (
plain)
1
2
3
4
5
6
7
8
9
|
# test that go version doesn't panic on non-go binaries
# See Issue #49181
[exec:/bin/true] cp /bin/true true
[exec:C:\windows\system32\help.exe] cp C:\windows\system32\help.exe help.exe
go version -m .
! stdout .
! stderr .
|