Numerous changes to QA scripts allowing tests to run with external log/rt devices...
[xfstests-dev.git] / 067
diff --git a/067 b/067
index e8d4da5b055678a79ee238b6d67b2c4b19276c5b..e1943cc02f22e785fb9157cdcf08acecb1a38d5b 100755 (executable)
--- a/067
+++ b/067
@@ -1,6 +1,6 @@
 #! /bin/sh
 # XFS QA Test No. 067
-# $Id: 067,v 1.6 2002/06/05 20:14:16 sandeen Exp $
+# $Id: 067,v 1.7 2003/05/22 04:16:45 fsgqa Exp $
 #
 # Test out acl/dacls which fit in shortform in the inode
 #
@@ -61,10 +61,8 @@ _require_scratch
 
 # set up fs for 1K inodes
 export MKFS_OPTIONS="-i size=1024"
-mkfs_xfs $SCRATCH_DEV>>$here/$seq.full  ||\
-    _error "mkfs failed"
-mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$here/$seq.full ||\
-    _error "mount failed"
+_scratch_mkfs_xfs >>$here/$seq.full || _error "mkfs failed"
+_scratch_mount >>$here/$seq.full || _error "mount failed"
 cd $SCRATCH_MNT
 
 # xfs_growfs -n $SCRATCH_MNT