From 52116f8b45682ff96ab1f283286f605a876fdd4f Mon Sep 17 00:00:00 2001 From: Fabian Ebner Date: Mon, 15 Feb 2021 13:25:02 +0100 Subject: [PATCH] test: vzdump: rename vzdump_new_retention_test.pl to vzdump_new_test.pl as it now also includes tests for new() with non-retention options. Signed-off-by: Fabian Ebner Reviewed-By: Dominik Csapak --- test/Makefile | 8 ++++---- test/{vzdump_new_retention_test.pl => vzdump_new_test.pl} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename test/{vzdump_new_retention_test.pl => vzdump_new_test.pl} (100%) diff --git a/test/Makefile b/test/Makefile index d383e89f..eb6f38f1 100644 --- a/test/Makefile +++ b/test/Makefile @@ -18,14 +18,14 @@ replication%.t: replication_test%.pl test-mail: ./mail_test.pl -test-vzdump: test-vzdump-guest-included test-vzdump-retention +test-vzdump: test-vzdump-guest-included test-vzdump-new -.PHONY: test-vzdump-guest-included test-vzdump-retention +.PHONY: test-vzdump-guest-included test-vzdump-new test-vzdump-guest-included: ./vzdump_guest_included_test.pl -test-vzdump-retention: - ./vzdump_new_retention_test.pl +test-vzdump-new: + ./vzdump_new_test.pl .PHONY: install install: diff --git a/test/vzdump_new_retention_test.pl b/test/vzdump_new_test.pl similarity index 100% rename from test/vzdump_new_retention_test.pl rename to test/vzdump_new_test.pl -- 2.39.5