From: Jim Meyering Date: Thu, 12 Jan 2006 14:31:02 +0000 (+0000) Subject: Create file at end of symlink chain. X-Git-Tag: v6.0~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a8499e09f5edaf00b4ec8940935372155ff92e4;p=thirdparty%2Fcoreutils.git Create file at end of symlink chain. --- diff --git a/tests/du/long-sloop b/tests/du/long-sloop index f857e74db5..a371123877 100755 --- a/tests/du/long-sloop +++ b/tests/du/long-sloop @@ -32,6 +32,7 @@ mkdir $dir_list || framework_failure=1 for i in $dir_list; do ip1=`expr $i + 1` ln -s ../$ip1 $i/s || framework_failure=1 + test -d $ip1 || echo foo > $ip1 done if test $framework_failure = 1; then