[apparmor] [PATCH 2/2] tests: Mount without updating mtab in mount.sh

2014-04-23 Thread Tyler Hicks
The mount.sh script mixes calls to the regression test 'mount' binary and /sbin/mount. This can result in stale mtab entries being left around after a test run because /sbin/mount adds an mtab entry but the test 'mount' binary, which is also used for unmounting, does not remove mtab entries. To so

Re: [apparmor] [PATCH 2/2] tests: Mount without updating mtab in mount.sh

2014-04-24 Thread Steve Beattie
On Thu, Apr 24, 2014 at 01:06:06AM -0500, Tyler Hicks wrote: > The mount.sh script mixes calls to the regression test 'mount' binary > and /sbin/mount. This can result in stale mtab entries being left around > after a test run because /sbin/mount adds an mtab entry but the test > 'mount' binary, wh

Re: [apparmor] [PATCH 2/2] tests: Mount without updating mtab in mount.sh

2014-04-24 Thread Seth Arnold
On Thu, Apr 24, 2014 at 01:06:06AM -0500, Tyler Hicks wrote: > The mount.sh script mixes calls to the regression test 'mount' binary > and /sbin/mount. This can result in stale mtab entries being left around > after a test run because /sbin/mount adds an mtab entry but the test > 'mount' binary, wh