Make the FreeBSD driver test more robust so it doesn't fail when there's a single lib32 path.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124494 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Driver/freebsd.c b/test/Driver/freebsd.c
index 43c034b..4adfe88 100644
--- a/test/Driver/freebsd.c
+++ b/test/Driver/freebsd.c
@@ -16,4 +16,4 @@
// RUN: %clang -ccc-host-triple x86_64-pc-freebsd8 -m32 -print-search-dirs %s > %t
// RUN: FileCheck --check-prefix=CHECK-LIB32PATHS < %t %s
//
-// CHECK-LIB32PATHS: libraries: ={{.*}}:/usr/lib32
+// CHECK-LIB32PATHS: libraries: ={{.*:?}}/usr/lib32