Change an unusual directory permission back to a sane value after test.
authorRui Ueyama <ruiu@google.com>
Mon, 1 May 2017 18:38:37 +0000 (18:38 +0000)
committerRui Ueyama <ruiu@google.com>
Mon, 1 May 2017 18:38:37 +0000 (18:38 +0000)
Leaving a directory with a permission 0o100 is inconvenient.
For example, macOS's rm can't remove such directory.

llvm-svn: 301821

lld/test/ELF/driver-access.test

index 3c976a6..5209483 100644 (file)
@@ -8,6 +8,7 @@
 # RUN: chmod 100 %t.dir
 # RUN: cd %t.dir
 # RUN: ld.lld %t.o -o %t.exe
+# RUN: chmod 755 %t.dir
 
 .globl _start
 _start: