summaryrefslogtreecommitdiffstats
path: root/tests/basic/volume-snapshot.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/volume-snapshot.t')
-rwxr-xr-xtests/basic/volume-snapshot.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/volume-snapshot.t b/tests/basic/volume-snapshot.t
index 4bc0792db..bea11e215 100755
--- a/tests/basic/volume-snapshot.t
+++ b/tests/basic/volume-snapshot.t
@@ -18,10 +18,10 @@ function create_volumes() {
}
function create_snapshots() {
- $CLI_1 snapshot create $V0 -n ${V0}_snap &
+ $CLI_1 snapshot create ${V0}_snap ${V0}&
PID_1=$!
- $CLI_1 snapshot create $V1 -n ${V1}_snap &
+ $CLI_1 snapshot create ${V1}_snap ${V1}&
PID_2=$!
wait $PID_1 $PID_2