aboutsummaryrefslogtreecommitdiffstats
path: root/tests/r_bigalloc_big_expand/script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/r_bigalloc_big_expand/script')
-rw-r--r--tests/r_bigalloc_big_expand/script8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/r_bigalloc_big_expand/script b/tests/r_bigalloc_big_expand/script
index 2b9cc633..56c8c15d 100644
--- a/tests/r_bigalloc_big_expand/script
+++ b/tests/r_bigalloc_big_expand/script
@@ -10,10 +10,14 @@ RESIZE2FS_OPTS=-f
. $cmd_dir/scripts/resize_test
-if resize_test
-then
+resize_test
+RC=$?
+if [ $RC -eq 0 ]; then
echo "$test_name: $test_description: ok"
touch $test_name.ok
+elif [ $RC -eq 111 ]; then
+ echo "$test_name: $test_description: skipped"
+ touch $test_name.ok
else
echo "$test_name: $test_description: failed"
touch $test_name.failed