summaryrefslogtreecommitdiffstats
path: root/net/test
diff options
context:
space:
mode:
authorLorenzo Colitti <lorenzo@google.com>2020-01-29 12:05:17 +0900
committerMaciej Żenczykowski <maze@google.com>2020-01-29 06:26:19 +0000
commit2ee482c3d4ca7d9dbcb32fe3dbfefb3fbe579d78 (patch)
tree78db4d8bdb3d61c070e4992488d8abe9ed4a5ad0 /net/test
parent8ab2f8a15e1c13e8449181b0cfa367ef379f6eb0 (diff)
downloadkernel_tests-2ee482c3d4ca7d9dbcb32fe3dbfefb3fbe579d78.tar.gz
kernel_tests-2ee482c3d4ca7d9dbcb32fe3dbfefb3fbe579d78.tar.bz2
kernel_tests-2ee482c3d4ca7d9dbcb32fe3dbfefb3fbe579d78.zip
Remove fugu hack because fugu is long gone.
Test: builds Change-Id: I5a1989ff12358ca611555a4a5f1fa09cd93b3505
Diffstat (limited to 'net/test')
-rwxr-xr-xnet/test/run_net_test.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/test/run_net_test.sh b/net/test/run_net_test.sh
index 5e20bae0..a7ed5038 100755
--- a/net/test/run_net_test.sh
+++ b/net/test/run_net_test.sh
@@ -68,9 +68,6 @@ OPTIONS="$OPTIONS IP_NF_TARGET_REJECT_SKERR IP6_NF_TARGET_REJECT_SKERR"
# 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.
#