diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 06:48:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-28 06:48:20 +0000 |
commit | 44d5e56ef6a6736b28fe58aa5f6ed7cf4067fe42 (patch) | |
tree | 2396bcbfd32bfe0a2f2f4f1f4d6b7a143d39655c | |
parent | cddec5c56356a2e0480a590ee4fba040f908d448 (diff) |
disable blug-glob1 for now
-rw-r--r-- | test/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/misc/Makefile b/test/misc/Makefile index 2ab7d9b47..fb55054eb 100644 --- a/test/misc/Makefile +++ b/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 +TESTS_DISABLED := outb tst-fnmatch bug-glob1 include ../Test.mak |