Index: openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c
===================================================================
--- openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c
+++ openmp/trunk/runtime/test/misc_bugs/omp_foreign_thread_team_reuse.c
@@ -1,4 +1,4 @@
-// RUN: %libomp-compile-and-run
+// RUN: %libomp-compile -lpthread && %libomp-run
 #include <stdio.h>
 #include "omp_testsuite.h"