[PATCH] xfstests: enable test 080 for LInux

Eric Sandeen sandeen at redhat.com
Tue Jun 9 13:32:12 CDT 2009


Christoph Hellwig wrote:

> That last line of the comment should be removed I think.
>
> Given that IRIX doesn't work we should just remove it from _supported_os
> above.
>   
Heh, good points, here's the revised one:

Seems to work here...  Anyone know why it's disabled?

Signed-off-by: Eric Sandeen <sandeen at sandeen.net>
---

diff --git a/080 b/080
index e9721ad..dc51c59 100755
--- 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




More information about the xfs mailing list