From: Jim Meyering Date: Thu, 2 Oct 2003 17:14:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~503 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77043f0f2100f846705abcdd730716a8bceeec6e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/du/inaccessible-cwd b/tests/du/inaccessible-cwd index e47f9b5ba5..c344d6d3e8 100755 --- a/tests/du/inaccessible-cwd +++ b/tests/du/inaccessible-cwd @@ -1,6 +1,8 @@ #!/bin/sh # Ensure that even when run from an inaccessible directory, du can still # operate on accessible directories elsewhere. +# Before the switch to an fts-based implementation in coreutils 5.0.92, +# this test would fail. if test "$VERBOSE" = yes; then set -x