1*4539b441SAlexey Lapshin## This test checks the error message displayed if 2*4539b441SAlexey Lapshin## an input file does not exist. 3*4539b441SAlexey Lapshin 4*4539b441SAlexey Lapshin# RUN: not llvm-dwarfutil not-existed not-existed 2>&1 | FileCheck %s -DMSG=%errc_ENOENT 5*4539b441SAlexey Lapshin 6*4539b441SAlexey Lapshin# CHECK: error: 'not-existed': [[MSG]] 7