summaryrefslogtreecommitdiffstats
path: root/tests/features/interrupt.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/interrupt.t')
-rw-r--r--tests/features/interrupt.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/interrupt.t b/tests/features/interrupt.t
index 476d8755d2b..bd70ff87545 100644
--- a/tests/features/interrupt.t
+++ b/tests/features/interrupt.t
@@ -16,7 +16,7 @@ TEST build_tester $(dirname $0)/open_and_sleep.c
TEST glusterd;
TEST pidof glusterd;
-TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8};
+TEST $CLI volume create $V0 replica 3 $H0:$B0/${V0}{1,2,3,4,5,6,7,8,9};
## Verify volume is is created
EXPECT "$V0" volinfo_field $V0 'Volume Name';