]> Cypherpunks repositories - gostls13.git/commit
syscall: relax TestUnshare
authorQuentin Smith <quentin@golang.org>
Wed, 5 Oct 2016 18:37:25 +0000 (14:37 -0400)
committerQuentin Smith <quentin@golang.org>
Wed, 5 Oct 2016 19:30:42 +0000 (19:30 +0000)
commitcb986def671cd244e4682a476cff51c4cff2d8f8
tree31605b393a8b1806df008b519690f505a6db9053
parent92b3e3651dc44f54b458f171f641779f10fbaec0
syscall: relax TestUnshare

Fixes #17224.

Some systems have more than just "lo" in a fresh network namespace, due
to IPv6. Instead of testing for exactly 3 lines of output (implying 1
interface), just test to make sure that the unshare call resulted in
fewer interfaces than before. This should still verify that unshare did
something.

Change-Id: Iaf84c2b0e673fc207059d62e2f4dd7583a753419
Reviewed-on: https://go-review.googlesource.com/30372
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Jessica Frazelle <me@jessfraz.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/syscall/exec_linux_test.go