Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 115 - (hide annotations) (download)
Sun Mar 18 15:57:37 2007 UTC (17 years, 3 months ago) by niro
File size: 535 byte(s)
patches for 5.94

1 niro 115 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) \