From 47e6e7c84f008a53061e661f31ae96629bc694ef Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 26 Oct 2014 12:33:50 +0400 Subject: Debian 3.9.10 --- qa/1021 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 qa/1021 (limited to 'qa/1021') diff --git a/qa/1021 b/qa/1021 new file mode 100755 index 0000000..ff24f56 --- /dev/null +++ b/qa/1021 @@ -0,0 +1,15 @@ +#!/bin/sh +# PCP QA Test No. 1021 +# Check PMC handles host to archive mapping with multiple groups +# +seq=`basename $0` +echo "QA output created by $seq" +. ./common.qt + +[ -x qt/qmc_hosts/qmc_hosts ] || _notrun "qmc_hosts not built or installed" + +# real QA test starts here + +qt/qmc_hosts/qmc_hosts -DPMC 2>&1 \ + | sed -e 's/: Line [0-9][0-9]*/: Line /' +exit $? -- cgit v1.2.3