From affd69da02fd81f8776cc95187e57e810e7dbf6b Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 16 Oct 2016 16:08:41 +0200 Subject: Simplify smoke test --- debian/tests/control | 1 - debian/tests/smoke | 5 +++-- 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 -- cgit v1.2.3