| Summary: | coreutils-6.6 test fails when /var/tmp/portage is on reiser4 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marti Raudsepp <marti> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.1 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Marti Raudsepp
2006-12-01 11:41:37 UTC
We don't support ricer4 filesystem... It's a bug in coreutils to rely on such silly assumptions, not a bug in reiser4. The test script already treats the XFS filesystem differently, by skipping it. I guess a similar section could be added for reiser4: df --type=xfs . | tail -n +2 > tmp if test -s tmp; then # At least on Irix-6.5.19, when using an xfs file system, # each created symlink (name lengths up to 255) would have a size of `0'. echo "$0: skipping this test, since \`.' is on an XFS file system" 1>&2 (exit 77); exit 77 fi |