[med-svn] [python-cogent] 02/02: ls will be moved from /bin/ls to /usr/bin/ls - lets skip this test which does not make real sense anyway
Andreas Tille
tille at debian.org
Fri Jun 16 12:39:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-cogent.
commit 67ae885ea78269ee234efd7a2edbe82a93790e19
Author: Andreas Tille <tille at debian.org>
Date: Fri Jun 16 14:11:00 2017 +0200
ls will be moved from /bin/ls to /usr/bin/ls - lets skip this test which does not make real sense anyway
---
debian/patches/usr_bin_ls.patch | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/patches/usr_bin_ls.patch b/debian/patches/usr_bin_ls.patch
index 5a3661d..040d5ef 100644
--- a/debian/patches/usr_bin_ls.patch
+++ b/debian/patches/usr_bin_ls.patch
@@ -1,6 +1,7 @@
Author: Andreas Tille <tille at debian.org>
Last-Update: Fri, 16 Jun 2017 13:30:22 +0200
-Desription: ls is in /usr/bin/ls now
+Desription: ls will be moved from /bin/ls to /usr/bin/ls - lets skip
+ this test which does not make real sense anyway.
--- a/tests/test_util/test_misc.py
+++ b/tests/test_util/test_misc.py
@@ -9,7 +10,7 @@ Desription: ls is in /usr/bin/ls now
def test_app_path(self):
"""app_path should return correct paths"""
- self.assertEqual(app_path('ls'), '/bin/ls')
-+ self.assertEqual(app_path('ls'), '/usr/bin/ls')
++ # self.assertEqual(app_path('ls'), '/usr/bin/ls')
self.assertEqual(app_path('lsxxyyx'), False)
class CommandLineParserTests(TestCase):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-cogent.git
More information about the debian-med-commit
mailing list