Index: tests/torture.at =================================================================== RCS file: /cvs/autoconf/tests/torture.at,v retrieving revision 1.16 diff -u -r1.16 torture.at --- tests/torture.at 2001/06/17 18:14:28 1.16 +++ tests/torture.at 2001/06/18 12:06:00 @@ -55,7 +55,7 @@ # Set to `diamonds'. -export precious=diamonds +precious=diamonds; export precious AT_CHECK_CONFIGURE([--config-cache], [], [], [configure: WARNING: `precious' was not set in the previous run configure: WARNING: changes in the environment can compromise the build @@ -72,7 +72,7 @@ # Set to `apple of my eye'. -export precious='apple of my eye' +precious='apple of my eye'; export precious AT_CHECK_CONFIGURE([--config-cache], [], [], [configure: WARNING: `precious' has changed since the previous run: configure: WARNING: former value: diamonds