1
0
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:
David Blaikie 2018-02-10 00:14:54 +00:00
parent 46b3a67bda
commit 7c35687d1c
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -1,4 +1,5 @@
REQUIRES: can-execute
REQUIRES: shell
This tests that we abstract two peculiarities of unix in can_execute: