From: Mykola Golub Date: Wed, 12 Apr 2017 14:18:52 +0000 (+0200) Subject: qa/workunits/rbd: diff.sh failed removing nonexistent file X-Git-Tag: v12.0.2~86^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bf52a2a53bd8d4c9a9848aa1f5810180e20f4a3d;p=ceph.git qa/workunits/rbd: diff.sh failed removing nonexistent file Signed-off-by: Mykola Golub --- diff --git a/qa/workunits/rbd/diff.sh b/qa/workunits/rbd/diff.sh index 48ab5bb2232..bab84e9521c 100755 --- a/qa/workunits/rbd/diff.sh +++ b/qa/workunits/rbd/diff.sh @@ -25,7 +25,7 @@ rbd snap create foo --snap=three rbd snap create foo.copy --snap=two rbd export-diff foo@two --from-snap three foo.diff && exit 1 || true # wrong snap order -rm foo.diff +rm -f foo.diff rbd export-diff foo@three --from-snap two foo.diff rbd import-diff foo.diff foo.copy