Integrate dmapi suite 1 into xfsqa infrastructure

Merge of master-melb:xfs-cmds:27924a by kenmcd.

  added IRIX to _supported_os
This commit is contained in:
Allan Randall
2007-01-16 02:58:21 +00:00
parent 95e61ff3b2
commit 133fdfd9c5
40 changed files with 1355 additions and 10 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ else
umount $SCRATCH_DEV
fi
clear=""
eval `xfs_db -r -c "sb 1" -c stack $SCRATCH_DEV | perl -ne '
eval `xfs_db -r -c "sb 1" -c stack $SCRATCH_DEV | $PERL_PROG -ne '
if (/byte offset (\d+), length (\d+)/) {
print "clear=", $1 / 512, "\n"; exit
}'`