1 // RUN: %clang -### -working-directory /no/such/dir/ input 2>&1 | FileCheck %s
2 // REQUIRES: shell-preserves-root
3 
4 //CHECK: no such file or directory: '/no/such/dir/input'
5