Magellan Linux

Annotation of /trunk/coreutils/patches-6.9/coreutils-5.3.0-tests.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 223 - (hide annotations) (download)
Sat Jun 23 13:51:30 2007 UTC (16 years, 11 months ago) by niro
File size: 535 byte(s)
-rev bump to 6.9

1 niro 223 two of the touch tests (not-owner / fail-diag) will attempt to mess
2     with stuff in / (which is normally OK), but in our case, it pisses
3     off sandbox. so we just disable them ;).
4    
5     --- tests/touch/Makefile.am
6     +++ tests/touch/Makefile.am
7     @@ -3,9 +3,8 @@
8    
9     TESTS = \
10     relative \
11     - not-owner \
12     no-create-missing \
13     - fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent
14     + dir-1 dangling-symlink empty-file fifo no-rights obsolescent
15     EXTRA_DIST = $(TESTS)
16     TESTS_ENVIRONMENT = \
17     host_triplet=$(host_triplet) \