1 ## Test that -o sets the output file name.
4 # RUN: yaml2obj %s -o %t
7 # RUN: yaml2obj %s -o%t
10 # RUN: not yaml2obj -o %p/path/does/not/exist 2>&1 | FileCheck -DMSG=%errc_ENOENT %s
12 # CHECK: yaml2obj: error: failed to open '{{.*}}/path/does/not/exist': [[MSG]]