Whamcloud - gitweb
LU-6095 tests: define TRUNCATE program for racer
[fs/lustre-release.git] / lustre / tests / racer / file_symlink.sh
index 187b026..ac5cde0 100755 (executable)
@@ -3,7 +3,7 @@
 DIR=$1
 MAX=$2
 
-while /bin/true ; do 
+while /bin/true ; do
     file=$((RANDOM % MAX))
     new_file=$((RANDOM % MAX))
     ln -s $file $DIR/$new_file 2> /dev/null