summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-28 08:57:23 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-28 08:57:23 +0000
commitea243eb27209266b38d897653881c1a5ad5ba329 (patch)
tree8867340f0cb82d91c9cf8bd78f6f7f170fd02159
parent82b18d44f35afa47fdedf98a2f9409bace04ffc3 (diff)
downloadobnam-ea243eb27209266b38d897653881c1a5ad5ba329.tar.gz
Remove cmdtest invocation in debian/rules
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 7ec87fae..ec667cda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,5 @@ override_dh_auto_test:
python setup.py build_ext -i
rm -rf build
cp -a test-gpghome temp.gpghome
- env GNUPGHOME=temp.gpghome python setup.py check -uby
+ env GNUPGHOME=temp.gpghome python setup.py check -uy
rm -rf temp.gpghome