1
0
mirror of synced 2026-04-11 06:37:22 +00:00

Test suite: Rename SAFE_ENV to SAVE_ENV to prevent confusion

This commit is contained in:
Axel Beckert
2014-09-25 20:55:35 +02:00
parent dc84393d6c
commit 4e43b8faf2

View File

@@ -146,7 +146,7 @@ sub runCreateCommand
#
# Save the environment.
#
my %SAFE_ENV = %ENV;
my %SAVE_ENV = %ENV;
#
# Update the environment with our parameters.
@@ -164,7 +164,7 @@ sub runCreateCommand
#
# Reset the environment
#
%ENV = %SAFE_ENV;
%ENV = %SAVE_ENV;