summaryrefslogtreecommitdiffstats
path: root/tests/snapshot.rc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/snapshot.rc')
-rwxr-xr-xtests/snapshot.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshot.rc b/tests/snapshot.rc
index 52481b0fb..5dc2e904a 100755
--- a/tests/snapshot.rc
+++ b/tests/snapshot.rc
@@ -189,7 +189,7 @@ function create_n_snapshots() {
local snap_name=$3
local ret=0
for i in `seq 1 $snap_count`; do
- $CLI_1 snapshot create ${vol} -n $snap_name$i &
+ $CLI_1 snapshot create $snap_name$i ${vol}&
PID_1=$!
wait $PID_1
ret=$?