]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
Enable test 080 for Linux
authorEric Sandeen <sandeen@sandeen.net>
Tue, 9 Jun 2009 18:38:11 +0000 (13:38 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 9 Jun 2009 18:38:11 +0000 (13:38 -0500)
Seems to work here... Also disable IRIX as supported,
since the comments & code say it doesn't work and
it short-circuits anyway.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
080

diff --git a/080 b/080
index e9721ad9fd768b45a49c9da57f15df96fded081c..dc51c59df39359632b03f0d5744a424b2582f6f7 100755 (executable)
--- a/080
+++ b/080
@@ -47,14 +47,11 @@ _supported_fs xfs
 
 # Apparently should be able to work on IRIX,
 # but not at the moment.
-# It does not work on Linux due to some locking issues...
-_supported_os IRIX
-
-[ $HOSTOS == IRIX ] && _notrun "Not working on IRIX yet"
+_supported_os Linux
 
 _setup_testdir
 
-#quiet=-q
+quiet=-q
 clean=-c
 
 export here