Remove fugu hack because fugu is long gone.

Test: builds
Change-Id: I5a1989ff12358ca611555a4a5f1fa09cd93b3505
diff --git a/net/test/run_net_test.sh b/net/test/run_net_test.sh
index 5e20bae..a7ed503 100755
--- a/net/test/run_net_test.sh
+++ b/net/test/run_net_test.sh
@@ -68,9 +68,6 @@
 # These two break the flo kernel due to differences in -Werror on recent GCC.
 DISABLE_OPTIONS=" REISERFS_FS ANDROID_PMEM"
 
-# This one breaks the fugu kernel due to a nonexistent sem_wait_array.
-DISABLE_OPTIONS="$DISABLE_OPTIONS SYSVIPC"
-
 # How many TAP interfaces to create to provide the VM with real network access
 # via the host. This requires privileges (e.g., root access) on the host.
 #