[pve-devel] applied: [PATCH v3 access-control 16/20] tests: unify config file naming

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jan 29 21:43:51 CET 2020


On 1/21/20 1:54 PM, Fabian Grünbichler wrote:
> 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
> 

applied, thanks!





More information about the pve-devel mailing list