Change an unusual directory permission back to a sane value after test.

Leaving a directory with a permission 0o100 is inconvenient.
For example, macOS's rm can't remove such directory.

llvm-svn: 301821
This commit is contained in:
Rui Ueyama 2017-05-01 18:38:37 +00:00
parent 98a89e6d60
commit cfe4b5ca15
1 changed files with 1 additions and 0 deletions

View 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: