(root)/
make-4.4/
tests/
scripts/
options/
dash-e
#                                                                    -*-perl-*-

$description = "The following test creates a makefile to ...";

$details = "";

$ENV{GOOGLE} = 'boggle';

run_make_test(q!
GOOGLE = bazzle
all:; @echo "$(GOOGLE)"
!,
              '-e', "boggle\n");

1;