Skip to content

Commit 9656646

Browse files
tatianabgopherbot
authored andcommitted
all_test.go: don't skip bash tests
https://go.dev/cl/492741 fixed the issue, so unskip the tests. Fixes golang/go#60077 Change-Id: Ic48215941c7c2aa157a8c13f13f9e56ed1fa8211 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/494215 Run-TryBot: Tatiana Bradley <[email protected]> Reviewed-by: Tatiana Bradley <[email protected]> Reviewed-by: Jonathan Amsterdam <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]>
1 parent 564a77a commit 9656646

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

all_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import (
2525
)
2626

2727
func TestChecksBash(t *testing.T) {
28-
t.Skip("TODO(https://go.dev/issue/60077): Unskip once fixed.")
2928
bash, err := exec.LookPath("bash")
3029
if err != nil {
3130
t.Skipf("skipping: %v", err)

0 commit comments

Comments
 (0)