Mark a test as requiring a shell.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Apr 2017 22:20:22 +0000 (22:20 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Apr 2017 22:20:22 +0000 (22:20 +0000)
llvm-svn: 301265

compiler-rt/test/asan/TestCases/Linux/read_binary_name_regtest.c

index b09096c..4130256 100644 (file)
@@ -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>