[pve-devel] [PATCH v2 access-control 20/23] tests: unify config file naming

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Nov 21 15:43:38 CET 2019


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 test/perm-test1.pl               | 2 +-
 test/{user.cfg.ex1 => test1.cfg} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename test/{user.cfg.ex1 => test1.cfg} (100%)

diff --git a/test/perm-test1.pl b/test/perm-test1.pl
index e1bf1c7..12c95db 100755
--- a/test/perm-test1.pl
+++ b/test/perm-test1.pl
@@ -8,7 +8,7 @@ use Getopt::Long;
 
 my $rpcenv = PVE::RPCEnvironment->init('cli');
 
-my $cfgfn = "user.cfg.ex1";
+my $cfgfn = "test1.cfg";
 $rpcenv->init_request(userconfig => $cfgfn);
 
 sub check_roles {
diff --git a/test/user.cfg.ex1 b/test/test1.cfg
similarity index 100%
rename from test/user.cfg.ex1
rename to test/test1.cfg
-- 
2.20.1





More information about the pve-devel mailing list