~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to tests/stress/subdomain/kill.sh

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        exit 1
9
9
fi
10
10
 
11
 
cat change_hat.profile | $subdomain_parser -R 2>&1 > /dev/null
12
 
cat change_hat.profile | $subdomain_parser
 
11
$subdomain_parser -R change_hat.profile 2>&1 > /dev/null
 
12
$subdomain_parser change_hat.profile 
13
13
 
14
14
./change_hat > /dev/null 2>&1 &
15
15
 
16
16
while :
17
17
do
18
 
        cat change_hat.profile | $subdomain_parser -r > /dev/null 2>&1 &
 
18
        $subdomain_parser -r change_hat.profile > /dev/null 2>&1 &
19
19
done &
20
20