From: Jordan Rupprecht Date: Wed, 23 Jan 2019 01:42:02 +0000 (+0000) Subject: [llvm-objcopy] Remove os-dependent message from test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c210acd94bce195e19218b84d0e81f4d38278100;p=llvm [llvm-objcopy] Remove os-dependent message from test git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351914 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-objcopy/ELF/fail-no-output-directory.test b/test/tools/llvm-objcopy/ELF/fail-no-output-directory.test index d48dd0befbe..0eb39b9022b 100644 --- a/test/tools/llvm-objcopy/ELF/fail-no-output-directory.test +++ b/test/tools/llvm-objcopy/ELF/fail-no-output-directory.test @@ -1,6 +1,7 @@ # RUN: yaml2obj %s > %t # RUN: not llvm-objcopy %t no/such/dir 2>&1 | FileCheck %s -# CHECK: 'no/such/dir': No such file or directory +# Don't check "No such file" which is OS dependent. +# CHECK: 'no/such/dir': !ELF FileHeader: