forked from OSchip/llvm-project
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:
parent
98a89e6d60
commit
cfe4b5ca15
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue