[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.4.3-80-g078234d



The following commit has been merged in the master branch:
commit 078234d62c14ee8cfdb0bada28f8fea480b2cd74
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Dec 30 10:35:25 2010 +0100

    Test for tag run-parts-cron-filename-contains-full-stop.
    Last test of the old etcfiles test, yay!

diff --git a/t/COVERAGE b/t/COVERAGE
index 0e8b07b..71ecf77 100644
--- a/t/COVERAGE
+++ b/t/COVERAGE
@@ -1,4 +1,4 @@
-Last generated 2010-12-29
+Last generated 2010-12-30
 
 The following tags are not tested by the test suite:
 
@@ -279,7 +279,6 @@ files package-installs-into-etc-gconf-schemas
 files package-installs-nonbinary-perl-in-usr-lib-perl5
 files package-installs-packlist
 files package-installs-python-pyc
-files run-parts-cron-filename-contains-full-stop
 files script-in-usr-share-doc
 files script-with-language-extension
 files setuid-binary
@@ -489,7 +488,6 @@ debug
   unused-shlib-entry-in-symbols-control-file
 
 etcfiles
-  run-parts-cron-filename-contains-full-stop
 
 fields
   depends-on-python-minimal
diff --git a/t/tests/files-run-parts-cron/debian/cron-script.hourly b/t/tests/files-run-parts-cron/debian/cron-script.hourly
new file mode 100755
index 0000000..ad6e129
--- /dev/null
+++ b/t/tests/files-run-parts-cron/debian/cron-script.hourly
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+echo "Hallo World"
diff --git a/t/tests/files-run-parts-cron/debian/debian/install b/t/tests/files-run-parts-cron/debian/debian/install
new file mode 100644
index 0000000..f14a000
--- /dev/null
+++ b/t/tests/files-run-parts-cron/debian/debian/install
@@ -0,0 +1 @@
+cron-script.hourly etc/cron.hourly/
diff --git a/t/tests/files-run-parts-cron/desc b/t/tests/files-run-parts-cron/desc
new file mode 100644
index 0000000..aefec43
--- /dev/null
+++ b/t/tests/files-run-parts-cron/desc
@@ -0,0 +1,6 @@
+Testname: files-run-parts-cron
+Sequence: 6000
+Version: 1.0
+Description: Test for cron scripts with dots in them
+Test-For:
+  run-parts-cron-filename-contains-full-stop
diff --git a/t/tests/files-run-parts-cron/tags b/t/tests/files-run-parts-cron/tags
new file mode 100644
index 0000000..5e5212b
--- /dev/null
+++ b/t/tests/files-run-parts-cron/tags
@@ -0,0 +1 @@
+W: files-run-parts-cron: run-parts-cron-filename-contains-full-stop etc/cron.hourly/cron-script.hourly

-- 
Debian package checker


Reply to: