Magellan Linux

Contents of /trunk/coreutils/patches-6.10/coreutils-5.3.0-tests.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 536 - (show annotations) (download)
Tue Mar 25 13:54:58 2008 UTC (16 years, 1 month ago) by niro
File size: 535 byte(s)
-coreutils-6.10

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