1
0
mirror of https://github.com/golang/go synced 2024-09-30 17:38:33 -06:00
go/misc/cgo/testcshared
Daniel Martí a9824cd47c *.bash: always use the same string equality operator
POSIX Shell only supports = to compare variables inside '[' tests. But
this is Bash, where == is an alias for =. In practice they're the same,
but the current form is inconsisnent and breaks POSIX for no good
reason.

Change-Id: I38fa7a5a90658dc51acc2acd143049e510424ed8
Reviewed-on: https://go-review.googlesource.com/38031
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-03-14 21:46:31 +00:00
..
src runtime: disable a signal by restoring the original disposition 2016-01-05 00:25:50 +00:00
main0.c cmd/go: install headers for c-archive/c-shared cgo exports 2015-05-07 17:39:56 +00:00
main1.c misc/cgo/testcshared: test -buildmode=c-shared 2015-04-17 16:16:44 +00:00
main2.c misc/cgo/testcshared: wait up to 1 second in main2.c 2016-12-20 05:06:55 +00:00
main3.c misc/cgo/testcshared: add a c-shared test for android/arm. 2015-04-24 16:32:31 +00:00
main4.c misc/cgo: decrease test failure timeouts 2016-11-17 16:31:34 +00:00
main5.c misc/cgo: decrease test failure timeouts 2016-11-17 16:31:34 +00:00
test.bash *.bash: always use the same string equality operator 2017-03-14 21:46:31 +00:00