2013-09-03 21:26:49 +08:00
|
|
|
// RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
|
2013-09-04 17:37:12 +08:00
|
|
|
// REQUIRES: shell-preserves-root
|
2013-09-03 21:26:49 +08:00
|
|
|
|
|
|
|
//CHECK: no such file or directory: '/no/such/dir/input'
|