[sanitizer] Attempt to fix test.
authorSergey Matveev <earthdok@google.com>
Wed, 21 May 2014 14:36:05 +0000 (14:36 +0000)
committerSergey Matveev <earthdok@google.com>
Wed, 21 May 2014 14:36:05 +0000 (14:36 +0000)
llvm-svn: 209301

compiler-rt/test/asan/TestCases/Linux/coverage-maybe-open-file.cc

index 8a91cdd..4665123 100644 (file)
@@ -4,7 +4,6 @@
 // RUN: ASAN_OPTIONS=coverage=1 %run %t | FileCheck %s --check-prefix=CHECK-success
 // RUN: ASAN_OPTIONS=coverage=0 %run %t | FileCheck %s --check-prefix=CHECK-fail
 // RUN: [ "$(cat test.sancov.packed)" == "test" ]
-// RUN: [ "$(stat -c %a test.sancov.packed)" == "640" ]
 // RUN: cd .. && rm -rf %T/coverage-maybe-open-file
 
 #include <stdio.h>