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