diff options
author | Jim Meyering <meyering@redhat.com> | 2010-10-26 16:34:51 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-10-26 18:14:50 +0200 |
commit | 0d792d061e460fd5dfe6e4226f96bbc3b8788199 (patch) | |
tree | 40ecb77aa71281d91946144998730a1f29a573be /tests | |
parent | 3e1905baf409e6ec56f065fed23819201ba82a66 (diff) | |
download | coreutils-0d792d061e460fd5dfe6e4226f96bbc3b8788199.tar.xz |
tests: mention that btrfs also causes failure of misc/ls-time
* tests/misc/ls-time: Mention that this test also fails on btrfs,
at least until http://bugzilla.redhat.com/591068 is addressed.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/misc/ls-time | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/ls-time b/tests/misc/ls-time index beea159c2..eda0f0105 100755 --- a/tests/misc/ls-time +++ b/tests/misc/ls-time @@ -113,6 +113,8 @@ else cat >&2 << \EOF failed ls ctime test -- this failure is expected at least for SunOS4.1.4 and for tmpfs file systems on Solaris 5.5.1. +It is also expected to fail on a btrfs file system until +http://bugzilla.redhat.com/591068 is addressed. In the output below, `c' should have had a ctime more recent than that of `a', but does not. |