aboutsummaryrefslogtreecommitdiffstats
path: root/check
diff options
context:
space:
mode:
authorfsgqa <fsgqa>2004-06-16 06:08:04 +0000
committerfsgqa <fsgqa>2004-06-16 06:08:04 +0000
commit562962e6b1ef24eac36102c7a65bcfc1a6560dff (patch)
treec5052c79d9b8471a1e0be81e68dff1a5e379672b /check
parent4237cdb1c1e0abaee5e5c405cc9506d0ced9c9d8 (diff)
downloadxfstests-dev-562962e6b1ef24eac36102c7a65bcfc1a6560dff.tar.gz
QA tweaks - use a single os type source mainly (drop get_os, use HOST_OS)
Diffstat (limited to 'check')
-rwxr-xr-xcheck9
1 files changed, 0 insertions, 9 deletions
diff --git a/check b/check
index 29c4285f15..33f307f3ab 100755
--- a/check
+++ b/check
@@ -157,9 +157,6 @@ timestamp=${TIMESTAMP:=false}
[ -f check.time ] || touch check.time
-_get_os
-if [ $os == "linux" ]; then
-
FULL_FSTYP_DETAILS=`_full_fstyp_details`
FULL_HOST_DETAILS=`_full_platform_details`
FULL_MKFS_OPTIONS=`_scratch_mkfs_options`
@@ -172,12 +169,6 @@ MKFS_OPTIONS -- $FULL_MKFS_OPTIONS
MOUNT_OPTIONS -- $FULL_MOUNT_OPTIONS
EOF
-fi
-
-#Linux specific flag '-f'
-if [ $os == "linux" ]; then
- flag='-f'
-fi
umount $SCRATCH_DEV 2>/dev/null
# call the overridden mkfs.xfs - make sure the FS is built