Browse Source

inform people test is skipped on non-locale hosts

Mike Frysinger 19 years ago
parent
commit
c438d80631
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/regex/tst-regexloc.c

+ 1 - 0
test/regex/tst-regexloc.c

@@ -43,6 +43,7 @@ main (int argc, char *argv[])
 
 
   return res;
   return res;
 #else
 #else
+  puts("Test requires locale; skipping");
   return 0;
   return 0;
 #endif
 #endif
 }
 }