Description: skip tests in bin_test.rb during autopkgtest
 they use relative paths for paths removed during autopkgtest
Author: Cédric Boutillier <boutil@debian.org>
Last-Update: 2018-11-18

--- a/test/bin_test.rb
+++ b/test/bin_test.rb
@@ -15,5 +15,5 @@ describe "executables in bin/" do
   it "has roughly valid Ruby structure for validate-schema" do
     IO.popen(["ruby", "-c", File.join(@bin_dir, "validate-schema")]) { |io| io.read }
     assert_equal $?.exitstatus, 0, "Ruby syntax check failed; see error above"
-  end
+  end unless ENV["AUTOPKGTEST_TMP"]
 end
