QA tweaks - use a single os type source mainly (drop get_os, use HOST_OS)
[xfstests-dev.git] / 013
diff --git a/013 b/013
index e6af9d60b6b1f7cac5da109a86a814f807754850..2e0d74e160bceb7b5fcad8069759e4821e765b4e 100755 (executable)
--- a/013
+++ b/013
@@ -65,9 +65,6 @@ _filesize()
 . ./common.rc
 . ./common.filter
 
-# put operating system in $os
-_get_os
-
 _do_test()
 {
     _n="$1"
@@ -114,14 +111,7 @@ _setup_testdir
 rm -f $here/$seq.full
 echo "brevity is wit..."
 
-if [ $os == 'irix' ]; then
-    count=1024    
-elif [ $os == 'linux' ]; then
-    count=2000
-else
-    echo Error test $seq does not run on the operating system: `uname`
-    exit
-fi
+count=2000
 procs=20
 
 _check_test_fs