From f813702f6de54b2cde8df73e5a06bfb5de20b930 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 26 Apr 2011 00:16:12 -0400 Subject: [PATCH] all-qemu.bash: remove DISABLE_NET_TESTS It's no longer used. R=adg CC=golang-dev https://golang.org/cl/4426061 --- src/all-qemu.bash | 1 - 1 file changed, 1 deletion(-) 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 -- 2.50.0