]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/cmd/dist/test.go
misc/cgo/testsigfwd: move to runtime/testprog/testprogcgo
[gostls13.git] / src / cmd / dist / test.go
index 8f83aedd3ec023a1966e6395f124bd25fe101910..fa79e7e8ae1b9aefdbb04eb44a4ff1efaac34302 100644 (file)
@@ -831,9 +831,6 @@ func (t *tester) registerTests() {
                if t.hasBash() && goos != "android" && !t.iOS() && gohostos != "windows" {
                        t.registerHostTest("cgo_errors", "../misc/cgo/errors", "misc/cgo/errors", ".")
                }
-               if gohostos == "linux" && t.extLink() {
-                       t.registerTest("testsigfwd", "../misc/cgo/testsigfwd", "go", "run", ".")
-               }
        }
 
        if goos != "android" && !t.iOS() {