Преглед изворни кода

inform people test is skipped on non-locale hosts

Mike Frysinger пре 19 година
родитељ
комит
c438d80631
1 измењених фајлова са 1 додато и 0 уклоњено
  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;
 #else
+  puts("Test requires locale; skipping");
   return 0;
 #endif
 }