Author: bernhard
Date: Wed Oct 12 14:16:24 2005
New Revision: 9471
Modified:
trunk/t/examples/pir.t
Log:
Fix md5sum.pir test in t/examples/pir.t
Modified: trunk/t/examples/pir.t
==============================================================================
--- trunk/t/examples/pir.t (original)
+++ trunk/t/examples/pir.t Wed Oct 12 14:16:24 2005
@@ -126,5 +126,5 @@ while ( my ( $example, $expected ) = eac
{
my $md5sum_fn = "examples$PConfig{slash}pir$PConfig{slash}md5sum.pir";
my $sum = `$PARROT $md5sum_fn $md5sum_fn`;
- is( $sum, "3c97cb808c62b1b1a6ad9477d6edb850\t$md5sum_fn\n", $md5sum_fn );
+ is( $sum, "0141db367bd8265f37926c16ccf5113a\t$md5sum_fn\n", $md5sum_fn );
}