Re: [PATCH t/op/magic.t] missing tests on Win32
[p5sagit/p5-mst-13.2.git] / t / op / taint.t
index d010afe..4e75c54 100755 (executable)
@@ -904,5 +904,5 @@ ok( ${^TAINT},  '$^TAINT is on' );
 eval { ${^TAINT} = 0 };
 ok( ${^TAINT},  '$^TAINT is not assignable' );
 ok( $@ =~ /^Modification of a read-only value attempted/,
-                                'Assigning to taint pukes properly' );
+                                'Assigning to ${^TAINT} fails' );