zsh completions: minor tweaks
[pcp.git] / qa / 840
blobdad52beed26e7a1e6509c9d7c1ccaf1bd1d1eb6c
1 #!/bin/sh
2 # PCP QA Test No. 840
3 # Test that pmcd advertises its presence using avahi
5 # Copyright (c) 2013-2014 Red Hat. All Rights Reserved.
8 seq=`basename $0`
9 echo "QA output created by $seq"
11 . ./common.avahi
12 avahi_notrun_checks
14 status=1 # failure is the default!
15 $sudo rm -rf $tmp.* $seq.full
16 trap "cd $here; rm -rf $tmp.*; exit \$status" 0 1 2 3 15
18 # real QA test starts here
19 service=pmcd
20 avahi_verify
21 status=0
22 exit