xfstests: fix 192 for external logs and enable it by default

Use _test_mount instead of plain mount to make it work with external logs.

Enable it by default now that it runs everywhere.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
Christoph Hellwig
2009-09-02 15:00:17 -03:00
committed by hch@lst.de
parent 8b61ae6352
commit dfdb145fbc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ time2=`_access_time $testfile | tee -a $seq.full`
cd /
umount $TEST_DIR
mount $TEST_DIR
_test_mount
time3=`_access_time $testfile | tee -a $seq.full`
delta1=`expr $time2 - $time1`