From b29f981f0c0a4ff38b30dbe2c408c1a29997a398 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 9 Jun 2009 13:38:11 -0500 Subject: [PATCH] Enable test 080 for Linux 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 Reviewed-by: Christoph Hellwig --- 080 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/080 b/080 index e9721ad9f..dc51c59df 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 -- 2.50.1