[debian-edu-commits] debian-edu/ 01/01: Adjust testsuite/backup to reflect the changed cron location.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sun Aug 24 16:04:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit fe934904ee3c065e3b64cade7301d338471f95c0
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun Aug 24 18:04:21 2014 +0200
Adjust testsuite/backup to reflect the changed cron location.
---
debian/changelog | 1 +
testsuite/backup | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 693b1f6..ba4e957 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ debian-edu-config (1.721) unstable; urgency=high
* Extend testsuite/samba:
- report if 'net time' segfaults.
- test if 'net maxrids' reports the highest RID.
+ * Adjust testsuite/backup to reflect the changed cron location.
-- Petter Reinholdtsen <pere at debian.org> Sun, 24 Aug 2014 16:35:34 +0200
diff --git a/testsuite/backup b/testsuite/backup
index b71db7c..fca1903 100755
--- a/testsuite/backup
+++ b/testsuite/backup
@@ -1,7 +1,7 @@
#!/bin/sh
-if [ -r /etc/cron.daily/slbackup ] ; then
- if grep -q slackup /etc/cron.daily/slbackup ; then
+if [ -r /etc/cron.d/slbackup ] ; then
+ if grep -q slackup /etc/cron.d/slbackup ; then
echo "error: slbackup bug #626884 block backup from working."
else
echo "success: slbackup bug #626884 do not block backup from working."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list