autopkgtest should take installed lib

--- a/test/setup.rb
+++ b/test/setup.rb
@@ -16,7 +16,7 @@ if Test::Unit::TestCase.respond_to? :tes
   Test::Unit::TestCase.test_order = :random
 end
 
-require File.expand_path("../../lib/logging", __FILE__)
+require "logging"
 
 module TestLogging
   module LoggingTestCase
