From 0f82880d15da04825d5d297ca27da633880557fe Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 3 Sep 2005 12:08:10 +0000 Subject: [PATCH] Doh! --- tests/run.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.rb b/tests/run.rb index 1b5c26822..10932be38 100755 --- a/tests/run.rb +++ b/tests/run.rb @@ -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