12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
|
--- t/utils.t
|
||
|
+++ t/utils.t 2013-07-17 08:46:39.829939441 +0000
|
||
|
@@ -45,7 +45,7 @@ is(File::Spec->canonpath(locate_biber_fi
|
||
|
SKIP: {
|
||
|
skip "No LaTeX installation", 1 unless can_run('kpsewhich');
|
||
|
# using kpsewhich
|
||
|
- like(File::Spec->canonpath(locate_biber_file('plain.tex')), qr|plain.tex\cM*\z|, 'File location - 4');
|
||
|
+ like(File::Spec->canonpath(locate_biber_file('plain.tex')), 'plain.tex', 'File location - 4');
|
||
|
}
|
||
|
|
||
|
# In output_directory
|