perl trouble
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=130
This commit is contained in:
parent
cca887a90c
commit
fb77ff08e9
@ -5,7 +5,7 @@
|
|||||||
skip "No LaTeX installation", 1 unless can_run('kpsewhich');
|
skip "No LaTeX installation", 1 unless can_run('kpsewhich');
|
||||||
# using 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')), qr|plain.tex\cM*\z|, 'File location - 4');
|
||||||
+ like(File::Spec->canonpath(locate_biber_file('plain.tex')), 'plain.tex', 'File location - 4');
|
+ like(File::Spec->canonpath(locate_biber_file('plain.tex')), qr|plain.tex|, 'File location - 4');
|
||||||
}
|
}
|
||||||
|
|
||||||
# In output_directory
|
# In output_directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user