mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
Doh!
This commit is contained in:
parent
3cdfb8b3fe
commit
0f82880d15
@ -25,7 +25,7 @@ class Test
|
|||||||
n = "mkvtoolnix-auto-test-" + $$.to_s + "-"
|
n = "mkvtoolnix-auto-test-" + $$.to_s + "-"
|
||||||
Dir.entries("/tmp").each do |e|
|
Dir.entries("/tmp").each do |e|
|
||||||
File.unlink("/tmp/#{e}") if ((e =~ /^#{n}/) and
|
File.unlink("/tmp/#{e}") if ((e =~ /^#{n}/) and
|
||||||
File.exists?("/tmp/#{e}")))
|
File.exists?("/tmp/#{e}"))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user