On Jun 9, 2009, at 1:32 PM, Eric Sandeen wrote:
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@xxxxxxxxxxx>
Reviewed-by: Felix Blyakher <felixb@xxxxxxx>
---
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
|