diff --git a/test/suites/clustering.sh b/test/suites/clustering.sh index 6defedd5da8..1c4836902c8 100644 --- a/test/suites/clustering.sh +++ b/test/suites/clustering.sh @@ -2747,7 +2747,7 @@ test_clustering_image_refresh() { for project in default foo bar; do # Copy the public image to each project - INCUS_DIR="${INCUS_ONE_DIR}" incus image copy public:testimage local: --alias testimage --project "${project}" + INCUS_DIR="${INCUS_ONE_DIR}" incus image copy public:testimage local: --alias testimage --target-project "${project}" # Diable autoupdate for testimage in project foo if [ "${project}" = "foo" ]; then