From ed43d4de12a7aaa2fd46c1a80d9f338c4524fe47 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Tue, 18 Sep 2012 22:51:10 -0500 Subject: [PATCH] rbd/copy.sh: fix typo Or maybe it was a spello, or a thinko, or something. In any case I'm pretty sure Josh intended to call the function he added in commit 78d6a60ca, and not the non-existent "test_import_args". Signed-off-by: Alex Elder --- qa/workunits/rbd/copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rbd/copy.sh b/qa/workunits/rbd/copy.sh index ce916c92812..8ea4525b4a4 100755 --- a/qa/workunits/rbd/copy.sh +++ b/qa/workunits/rbd/copy.sh @@ -218,7 +218,7 @@ test_pool_image_args() { ceph osd pool delete test } -test_import_args +test_pool_image_args test_rename test_ls test_remove