aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-10-16 16:08:41 +0200
committerGuido Günther <agx@sigxcpu.org>2016-10-16 16:15:58 +0200
commitaffd69da02fd81f8776cc95187e57e810e7dbf6b (patch)
treebe7e8e246236886abc518ab24afac808ce504094
parenta6f23a6d75a058766526e6eb83ad50590856647a (diff)
Simplify smoke test
-rw-r--r--debian/tests/control1
-rwxr-xr-xdebian/tests/smoke5
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/tests/control b/debian/tests/control
index a9d638a..5794aa8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,2 @@
Tests: smoke
-Restrictions: needs-root
Depends: @
diff --git a/debian/tests/smoke b/debian/tests/smoke
index 8e6d4ec..3aefccc 100755
--- a/debian/tests/smoke
+++ b/debian/tests/smoke
@@ -1,5 +1,6 @@
#!/bin/sh
-whatmaps --help
+set -e
-/bin/bash -c 'whatmaps --debug libncurses5 2>&1 | grep bash'
+whatmaps --help
+whatmaps whatmaps