From: Nathan Scott Date: Mon, 9 Apr 2001 06:00:54 +0000 (+0000) Subject: fix permission checking on full file. X-Git-Tag: v1.1.0~1276 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=652732087a267da217e0ecf5e5a64cac1650ef70;p=xfstests-dev.git fix permission checking on full file. --- diff --git a/050 b/050 index 5e67eaa2..fd946802 100755 --- a/050 +++ b/050 @@ -61,7 +61,9 @@ _cleanup() rm -f $tmp.* } trap "_cleanup; exit \$status" 0 1 2 3 15 -rm -f $seq.full $seq.out +rm -f $seq.out +cp /dev/null $seq.full +chmod a+rwx $seq.full # arbitrary users will write here _require_scratch _require_quota @@ -74,7 +76,6 @@ fi # real QA test starts here mkfs -t xfs -f $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs cat $tmp.mkfs >>$seq.full -chmod a+w $seq.full # arbitrary users will write here # keep the blocksize and data size for dd later . $tmp.mkfs