Create file at end of symlink chain.
authorJim Meyering <jim@meyering.net>
Thu, 12 Jan 2006 14:31:02 +0000 (14:31 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Jan 2006 14:31:02 +0000 (14:31 +0000)
tests/du/long-sloop

index f857e74..a371123 100755 (executable)
@@ -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