Test suite: Rename SAFE_ENV to SAVE_ENV to prevent confusion
This commit is contained in:
@@ -146,7 +146,7 @@ sub runCreateCommand
|
|||||||
#
|
#
|
||||||
# Save the environment.
|
# Save the environment.
|
||||||
#
|
#
|
||||||
my %SAFE_ENV = %ENV;
|
my %SAVE_ENV = %ENV;
|
||||||
|
|
||||||
#
|
#
|
||||||
# Update the environment with our parameters.
|
# Update the environment with our parameters.
|
||||||
@@ -164,7 +164,7 @@ sub runCreateCommand
|
|||||||
#
|
#
|
||||||
# Reset the environment
|
# Reset the environment
|
||||||
#
|
#
|
||||||
%ENV = %SAFE_ENV;
|
%ENV = %SAVE_ENV;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user