Drop unused condition check
[pcp.git] / qa / 1014
blob2d5852c66b66f0c2f63969a0e352691ce91286ac
1 #!/bin/sh
2 # PCP QA Test No. 1014
3 # Exercise the QmcDesc class
5 seq=`basename $0`
6 echo "QA output created by $seq"
8 status=1 # failure is the default!
9 . ./common.qt
10 trap "_cleanup_qt; exit \$status" 0 1 2 3 15
12 [ -x qt/qmc_desc/qmc_desc ] || _notrun "qmc_desc not built or installed"
14 qt/qmc_desc/qmc_desc
15 status=$?
16 exit