From 937e1ba861aa34554f512e1f6d0b493d89b883fc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 31 Jan 2019 09:56:54 +0100 Subject: executor: fix do_sandbox_none on akaros and test do_sandbox_none must not exit, it needs to return. --- executor/common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'executor/common.h') diff --git a/executor/common.h b/executor/common.h index 61600a712..dc1276cf9 100644 --- a/executor/common.h +++ b/executor/common.h @@ -398,8 +398,6 @@ static long syz_execute_func(long text) #include "common_test.h" #elif GOOS_windows #include "common_windows.h" -#elif GOOS_test -#include "common_test.h" #else #error "unknown OS" #endif -- cgit mrf-deployment