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