]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/fortran: avoid writing to $PWD
authorBryan C. Mills <bcmills@google.com>
Wed, 20 Nov 2019 22:04:35 +0000 (17:04 -0500)
committerBryan C. Mills <bcmills@google.com>
Wed, 20 Nov 2019 22:37:23 +0000 (22:37 +0000)
commitbe0471880d128f7c98efec28c0f3114075e74918
tree98c3938acafcde05c40fd4234c3d79a65b592f65
parent9852b4b093163c3d7bc28a2917f90eb297bbaa2e
misc/cgo/fortran: avoid writing to $PWD

The bash script that drives this test needs to know whether the
fortran compiler works, but it doesn't actually care about the
generated binary. Write that binary to /dev/null.

Updates #28387
Updates #30316

Change-Id: I4f86da1aeb939fc205f467511fc69235a6a9af26
Reviewed-on: https://go-review.googlesource.com/c/go/+/208124
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/fortran/test.bash