From 215f635780212d95bfcd27c2f7c1645aab92bc78 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 4 Oct 2002 11:25:09 +0000 Subject: add a comment --- tests/du/slink | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/du') diff --git a/tests/du/slink b/tests/du/slink index 05b1df7f7..36fd31ab3 100755 --- a/tests/du/slink +++ b/tests/du/slink @@ -24,8 +24,9 @@ fail=0 symlink_name_lengths='1 15 16 31 32 59 60 63 64 127 128 255 256 511 512 1024' for len in $symlink_name_lengths; do name=`yes|tr '\n' y|head -c$len` - # Ignore failures. - ln -fs $name $len > /dev/null 2>&1 && symlinks="$symlinks $len" + # Record the names of symlinks that are successfully created. + ln -fs $name $len > /dev/null 2>&1 \ + && symlinks="$symlinks $len" done du -a $symlinks > out || fail=1 -- cgit v1.2.3-70-g09d2