Author: kwilliams
Date: Tue Nov 6 14:58:45 2007
New Revision: 10178
Modified:
Module-Build/trunk/t/compat.t
Log:
Fix quoting problem
Modified: Module-Build/trunk/t/compat.t
==============================================================================
--- Module-Build/trunk/t/compat.t (original)
+++ Module-Build/trunk/t/compat.t Tue Nov 6 14:58:45 2007
@@ -306,7 +306,7 @@
$label .= " (postargs: $postargs)";
}
ok $result, $label;
- ok -e '$makefile', "$makefile exists";
+ ok -e $makefile, "$makefile exists";
if ($cleanup) {
$output = stdout_of( sub {