aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/read_binary_name_regtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/read_binary_name_regtest.c')
-rw-r--r--test/asan/TestCases/Linux/read_binary_name_regtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Linux/read_binary_name_regtest.c b/test/asan/TestCases/Linux/read_binary_name_regtest.c
index b09096c89cb7..41302567752c 100644
--- a/test/asan/TestCases/Linux/read_binary_name_regtest.c
+++ b/test/asan/TestCases/Linux/read_binary_name_regtest.c
@@ -3,6 +3,7 @@
// This test uses seccomp-BPF to restrict the readlink() system call and makes
// sure ASan is still able to
// RUN: not ls /usr/include/linux/seccomp.h || ( %clang_asan %s -o %t && not %run %t 2>&1 | FileCheck %s )
+// REQUIRES: shell
// UNSUPPORTED: android
#include <errno.h>