On freebsd it is possible to open a directory. Test with another error.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Aug 2015 19:12:03 +0000 (19:12 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Aug 2015 19:12:03 +0000 (19:12 +0000)
llvm-svn: 244249

lld/test/elf2/basic.s

index 49e35fe..e90106e 100644 (file)
@@ -126,11 +126,9 @@ _start:
 # RUN:  FileCheck --check-prefix=NO_INPUT %s
 # NO_INPUT: no input files.
 
-# RUN: mkdir -p %t.dir
-# RUN: not lld -flavor gnu2 %t.dir -o %t2 2>&1 | \
+# RUN: not lld -flavor gnu2 %t.no.such.file -o %t2 2>&1 | \
 # RUN:  FileCheck --check-prefix=CANNOT_OPEN %s
-# The message after the : depends on the file system.
-# CANNOT_OPEN: cannot open {{.*}}.dir:
+# CANNOT_OPEN: cannot open {{.*}}.no.such.file: {{[Nn]}}o such file or directory
 
 # RUN: not lld -flavor gnu2 %t -o 2>&1 | FileCheck --check-prefix=NO_O_VAL %s
 # NO_O_VAL: missing arg value for "-o", expected 1 argument.