X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=044;h=af6e7604cbcd2920a39d1a5e44573074f07d6ec9;hp=014e54512ceaef357322a9b23374f9635b4eb62d;hb=681779d8abc1be6e8e69907f2e74c7a6b1227b29;hpb=b5a59b276f7b24cefad3e8840b49010e60920b2c diff --git a/044 b/044 index 014e5451..af6e7604 100755 --- a/044 +++ b/044 @@ -110,6 +110,12 @@ _check_require_logdev() fi } +_unexpected() +{ + echo " !!! unexpected XFS command failure" + status=1 + exit +} # real QA test starts here @@ -124,7 +130,7 @@ _check_mount _check_require_logdev echo "*** set uuid" -xfs_db -x $SCRATCH_DEV -l $SCRATCH_LOGDEV -c "uuid 02020202-0202-0202-0202-020202020202" \ +xfs_db -x $SCRATCH_DEV -l $SCRATCH_LOGDEV -c "uuid 02020202-0202-0202-0202-020202020202" || _unexpected _check_mount