From 5bf2b923f4dfc56a9e9686eb52ef610db3492728 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Sat, 18 Mar 2017 19:13:06 +0000 Subject: diffoscope_distribution_test.sh: Match distribution exactly (eg. reject "buildd-experimental") Signed-off-by: Chris Lamb Signed-off-by: Holger Levsen --- bin/diffoscope_distribution_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/diffoscope_distribution_test.sh') diff --git a/bin/diffoscope_distribution_test.sh b/bin/diffoscope_distribution_test.sh index 6a27a087..a80050da 100755 --- a/bin/diffoscope_distribution_test.sh +++ b/bin/diffoscope_distribution_test.sh @@ -69,7 +69,7 @@ check_whohas() { # for SUITE in 'experimental' 'unstable|sid' do - DIFFOSCOPE_IN_DEBIAN=$(rmadison diffoscope|egrep "${SUITE}"| awk '{print $3}' || true) + DIFFOSCOPE_IN_DEBIAN=$(rmadison diffoscope|egrep " ${SUITE} "| awk '{print $3}' || true) if [ "$DIFFOSCOPE_IN_DEBIAN" != "" ] ; then break -- cgit v1.2.3-54-g00ecf