From: Russ Cox Date: Tue, 26 Apr 2011 04:16:12 +0000 (-0400) Subject: all-qemu.bash: remove DISABLE_NET_TESTS X-Git-Tag: weekly.2011-04-27~32 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f813702f6de54b2cde8df73e5a06bfb5de20b930;p=gostls13.git all-qemu.bash: remove DISABLE_NET_TESTS It's no longer used. R=adg CC=golang-dev https://golang.org/cl/4426061 --- diff --git a/src/all-qemu.bash b/src/all-qemu.bash index b2be15ac8c..6d5cd6eddf 100755 --- a/src/all-qemu.bash +++ b/src/all-qemu.bash @@ -6,7 +6,6 @@ # Run all.bash but exclude tests that depend on functionality # missing in QEMU's system call emulation. -export DISABLE_NET_TESTS=1 # no external network export NOTEST="" NOTEST="$NOTEST big" # xxx