diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-05 16:04:08 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-05 16:04:08 +0000 |
commit | 4ab008d3baa68978640d16ccd40ab91bd1335e65 (patch) | |
tree | 0ae7cf90b879c06b0db68502c8c6e1e559e57fca /test/misc | |
parent | 2e18f33c3c56b776799e6dd660a0165c48744db4 (diff) | |
download | uClibc-alpine-4ab008d3baa68978640d16ccd40ab91bd1335e65.tar.bz2 uClibc-alpine-4ab008d3baa68978640d16ccd40ab91bd1335e65.tar.xz |
disable tst-gnuglob, it has no chance w/ our gnu glob
Diffstat (limited to 'test/misc')
-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 4c10e0dfa..8493b3ffb 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 bug-glob1 +TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob include ../Test.mak |