diff options
Diffstat (limited to 'tests/scripts/options/dash-e')
-rw-r--r-- | tests/scripts/options/dash-e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/options/dash-e b/tests/scripts/options/dash-e index 472270d..17c3fc8 100644 --- a/tests/scripts/options/dash-e +++ b/tests/scripts/options/dash-e @@ -4,7 +4,7 @@ $description = "The following test creates a makefile to ..."; $details = ""; -$ENV{GOOGLE} = 'boggle'; +$extraENV{GOOGLE} = 'boggle'; open(MAKEFILE,"> $makefile"); |