mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
REQUIRES: shell a couple of tests that require the shell
One test uses diff, the other tries to change the PATH which doesn't seem to work well ('not' is no longer accessible/found after the PATH is changed - I think $PATH isn't expanded when setting PATH). llvm-svn: 324787
This commit is contained in:
parent
46b3a67bda
commit
7c35687d1c
@ -1,3 +1,4 @@
|
||||
#REQUIRES: shell
|
||||
#RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
|
||||
#RUN: diff --strip-trailing-cr %s %t
|
||||
.text
|
||||
|
@ -1,4 +1,5 @@
|
||||
REQUIRES: can-execute
|
||||
REQUIRES: shell
|
||||
|
||||
This tests that we abstract two peculiarities of unix in can_execute:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user