Parcourir la source

disable fnmatch test until our fnmatch stops sucking

Mike Frysinger il y a 18 ans
Parent
commit
08dee21637
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/misc/Makefile

+ 1 - 1
test/misc/Makefile

@@ -1,7 +1,7 @@
 # uClibc misc tests
 # Licensed under the GNU Library General Public License, see COPYING.LIB
 
-TESTS_DISABLED := outb
+TESTS_DISABLED := outb tst-fnmatch
 
 include ../Test.mak