xfs/529: Execute chown on an existing directory entry
[xfstests-dev.git] / tests / xfs / 529
index 778f6142e340d854d4052a612e4b71a05833b7aa..abe5b1e0e631f7f8260deb6c157320cdde94b4b1 100755 (executable)
@@ -150,7 +150,7 @@ nr_quotas=$((nr_quotas_per_block * nr_blks))
 
 echo "Extend uquota file"
 for i in $(seq 0 $nr_quotas_per_block $nr_quotas); do
-       chown $i $testfile >> $seqres.full 2>&1
+       chown $i $fillerdir >> $seqres.full 2>&1
        [[ $? != 0 ]] && break
 done