diff options
Diffstat (limited to 'tests/bugs/snapshot/bug-1112559.t')
-rwxr-xr-x | tests/bugs/snapshot/bug-1112559.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/snapshot/bug-1112559.t b/tests/bugs/snapshot/bug-1112559.t index f318db61b8a..8a2e228d3da 100755 --- a/tests/bugs/snapshot/bug-1112559.t +++ b/tests/bugs/snapshot/bug-1112559.t @@ -34,7 +34,7 @@ TEST $CLI_1 volume create $V0 $H1:$L1 $H2:$L2 TEST $CLI_1 volume start $V0 #Create snapshot and add a peer together -$CLI_1 snapshot create ${V0}_snap1 ${V0} & +$CLI_1 snapshot create ${V0}_snap1 ${V0} no-timestamp & PID_1=$! $CLI_1 peer probe $H3 wait $PID_1 |