--- t/50-strix.t 2008/06/20 20:44:18 213 +++ t/50-strix.t 2008/06/20 21:49:16 216 @@ -27,8 +27,8 @@ isa_ok( $strix, 'Strix' ); # cache -ok( my $path = $strix->cache_path( 'test-%d-%s', 42, 'bar' ), 'cache_path' ); -like( $path, qr/test-42-bar$/, 'correct' ); +ok( my $path = $strix->cache_path( 'test', 42, 'bar' ), 'cache_path' ); +like( $path, qr/test-42-bar/, 'correct' ); my $data = 'scalar'; SKIP: {