Merge relevant CXFSQA tests into XFSQA

Merge of master-melb:xfs-cmds:26631a by kenmcd.
This commit is contained in:
Allan Randall
2006-08-04 13:44:58 +00:00
parent 3c85949e86
commit 981ee2573c
31 changed files with 4319 additions and 7 deletions
+9
View File
@@ -623,6 +623,15 @@ _require_nonexternal()
_notrun "External device testing in progress, skipped this test"
}
# check for the fsgqa user on the machine
#
_require_user()
{
qa_user=fsgqa
cat /etc/passwd | grep -q $qa_user
[ "$?" == "0" ] || _notrun "$qa_user user not defined."
}
# check that a FS is mounted as XFS. if so, return mount point
#
_xfs_mounted()