187aa9c9eSJonas Devlieghere# Make sure lldb resolves the target path.
287aa9c9eSJonas Devlieghere# RUN: mkdir -p %t/foo
387aa9c9eSJonas Devlieghere# RUN: cd %t/foo
4*9c739252SPavel Labath# RUN: %clang_host %p/Inputs/hello.c -g -o a.out
587aa9c9eSJonas Devlieghere# RUN: %lldb -b a.out | FileCheck %s
687aa9c9eSJonas Devlieghere
787aa9c9eSJonas Devlieghere# CHECK: Current executable set to '{{.*}}foo{{[/\\\\]+}}a.out'
8