From 7d00f03b1f0285898fe34a24ae499d755603799f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Dec 2002 22:11:28 +0000 Subject: [PATCH] Allow for a directory of size `0'. That happens at least on file systems of type tmpfs on linux-2.4.18. --- tests/du/trailing-slash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/du/trailing-slash b/tests/du/trailing-slash index 61ecfb7734..ba05650188 100755 --- a/tests/du/trailing-slash +++ b/tests/du/trailing-slash @@ -26,7 +26,7 @@ fi fail=0 -du slink/ | sed 's/^[1-9][0-9]* //' > out +du slink/ | sed 's/^[0-9][0-9]* //' > out cat <<\EOF > exp slink/1/2 slink/1 -- 2.47.2