[llvm] [AIX] Fix AIX failures due to switch to internal shell (PR #160566)

David Tenty via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 24 10:39:28 PDT 2025


================
@@ -11,7 +11,7 @@
 
 # CHECK-LABEL: FAIL: shtest-readfile :: file-does-not-exist.txt ({{[^)]*}})
 # CHECK: echo $(cat /file/does/not/exist) && test -e /file/does/not/exist {{.*}}
-# CHECK: cat: /file/does/not/exist: No such file or directory
+# CHECK: {{.*}}cat{{.*}}/file/does/not/exist{{.*}}
----------------
daltenty wrote:

nit: it would have been nice if this checked an exit code or something less fragile, but I guess this is what the existing test was doing 😅

https://github.com/llvm/llvm-project/pull/160566


More information about the llvm-commits mailing list