QA test updates - fixes for pquota, extsize, fsstress, and ensure mount options passed through to test_dev.

Merge of master-melb:xfs-cmds:24763a by kenmcd.
This commit is contained in:
Nathan Scott
2005-12-09 02:52:22 +00:00
parent 6449a993f2
commit de6d86177f
36 changed files with 297 additions and 231 deletions
+1 -5
View File
@@ -30,8 +30,7 @@ _cleanup()
_filter()
{
sed "s#$testdir[^ :]*#<TESTFILE>#g;
s#$tmp[^ :]*#<TMPFILE>#g;
s#/proc[^ :]*#<PROCFILE>#g" $1
s#$tmp[^ :]*#<TMPFILE>#g" $1
}
_attr()
@@ -81,9 +80,6 @@ testfile=$testdir/attribute_$$
echo "*** list non-existant file"
_attr_list $testfile
echo "*** list non-xfs file (in /proc)"
_attr_list /proc/devices
echo "*** list empty file"
touch $testfile
_attr_list $testfile