~jdstrand/ufw/ufw-xenial

« back to all changes in this revision

Viewing changes to tests/bugs/misc/runtest.sh

  • Committer: Jamie Strandboge
  • Date: 2012-12-04 15:40:10 UTC
  • Revision ID: jamie@canonical.com-20121204154010-hju2cu9pwhm99sxx
update to new upstream 0.33 release
adjust debian/after6.rules.md5sum and debian/before6.rules.md5sum

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
3
 
#    Copyright 2009 Canonical Ltd.
 
3
#    Copyright 2009-2012 Canonical Ltd.
4
4
#
5
5
#    This program is free software: you can redistribute it and/or modify
6
6
#    it under the terms of the GNU General Public License version 3,
100
100
echo "Bug #946332" >> $TESTTMP/result
101
101
do_cmd "1" --dry-run
102
102
 
 
103
echo "Bug #787955" >> $TESTTMP/result
 
104
sed -i "s/DEFAULT_INPUT_POLICY=.*/DEFAULT_INPUT_POLICY=ACCEPT_NO_TRACK/" $TESTPATH/etc/default/ufw
 
105
do_cmd "1" null --dry-run status
 
106
sed -i "s/DEFAULT_INPUT_POLICY=.*/DEFAULT_INPUT_POLICY=ACCEPT/" $TESTPATH/etc/default/ufw
 
107
 
103
108
exit 0