diff --git a/test/test_blob.rb b/test/test_blob.rb index c8f103ee..df5fbdc3 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -189,6 +189,9 @@ class TestBlob < Test::Unit::TestCase # C deps assert blob("deps/http_parser/http_parser.c").vendored? assert blob("deps/v8/src/v8.h").vendored? + + # Debian packaging + assert blob("debian/cron.d").vendored? # Prototype assert !blob("public/javascripts/application.js").vendored?