[apparmor] [patch] fix test-aa-decode.py

Christian Boltz apparmor at cboltz.de
Thu Feb 27 20:15:54 UTC 2014


Hello,

this patch fixes test-aa-decode.py - it failed all tests because the 
path to aa-decode was wrong.


=== modified file 'utils/test/test-aa-decode.py'
--- utils/test/test-aa-decode.py        2012-11-06 01:27:20 +0000
+++ utils/test/test-aa-decode.py        2014-02-27 20:10:20 +0000
@@ -18,7 +18,7 @@
 # The locationg of the aa-decode utility can be overridden by setting
 # the APPARMOR_DECODE environment variable; this is useful for running
 # these tests in an installed environment
-aadecode_bin = "./aa-decode"
+aadecode_bin = "../aa-decode"
 
 # http://www.chiark.greenend.org.uk/ucgi/~cjwatson/blosxom/2009-07-02-python-sigpipe.html
 # This is needed so that the subprocesses that produce endless output



Regards,

Christian Boltz
-- 
Meeting, n.:
    An assembly of people coming together to decide what person or
    department not represented in the room must solve a problem.




More information about the AppArmor mailing list