]> git.lyx.org Git - features.git/blobdiff - development/autotests/lyxStatus.pm
Cmake export tests: Omit underlines in temporary file names
[features.git] / development / autotests / lyxStatus.pm
index 3fd5cef6210d55205d2c8af0c6651cacda4494a3..14a00480320b5388802d9d759746fb07f23288bb 100644 (file)
@@ -277,6 +277,7 @@ sub checkForLayoutStart($)
     unshift(@stack, \%selem);
     if ($selem{name} =~ /^(Picture|Photo)$/ ) {
       my $rElem = newMatch("ext" => [".eps", ".png"],
+                            "filetype" => "copy_only",
                            "search" => qr/^(.+)/,
                            "result" => ["", "", ""]);
       setMatching([$rElem]);