From 5347e2ce2ceab3246ef4cadbf67fc2c6c2f818c8 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 11 Apr 2010 23:00:53 +0000 Subject: Converted binary to UNIX format, and some cleanup in the version history. --- test/scanners/coderay_suite.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/scanners/coderay_suite.rb') diff --git a/test/scanners/coderay_suite.rb b/test/scanners/coderay_suite.rb index 9b7da98..aa46f9b 100644 --- a/test/scanners/coderay_suite.rb +++ b/test/scanners/coderay_suite.rb @@ -416,8 +416,7 @@ module CodeRay end File.open(actual_html, 'w') { |f| f.write highlighted } if okay - debug = $DEBUG - $DEBUG = false + debug, $DEBUG = $DEBUG, false FileUtils.copy(actual_html, name + '.expected.html') $DEBUG = debug end -- cgit v1.2.1