浏览代码

disable tst-gnuglob, it has no chance w/ our gnu glob

Peter S. Mazinger 19 年之前
父节点
当前提交
4ab008d3ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 tst-fnmatch bug-glob1
+TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
 
 include ../Test.mak