Jelajahi Sumber

icmp: remove unnecessary double quatations from test messages

Change-Id: I0e4245c26f2a19b366cd22fabefa8d0e65c6b2cc
Reviewed-on: https://go-review.googlesource.com/3560
Reviewed-by: Dave Cheney <dave@cheney.net>
Mikio Hara 11 tahun lalu
induk
melakukan
01e7a753f7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      icmp/ping_test.go

+ 1 - 1
icmp/ping_test.go

@@ -70,7 +70,7 @@ func TestPingGoogle(t *testing.T) {
 	case "linux":
 	case "linux":
 		t.Log("you may need to adjust the net.ipv4.ping_group_range kernel state")
 		t.Log("you may need to adjust the net.ipv4.ping_group_range kernel state")
 	default:
 	default:
-		t.Skipf("not supported on %q", runtime.GOOS)
+		t.Skipf("not supported on %s", runtime.GOOS)
 	}
 	}
 
 
 	m, ok := nettest.SupportsRawIPSocket()
 	m, ok := nettest.SupportsRawIPSocket()