summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbsd.py b/libbsd.py
index 1138623b..5a88d877 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -2568,6 +2568,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('rcconf02', ['test_main']))
mod.addTest(mm.generator['test']('cdev01', ['test_main', 'test_cdev']))
mod.addTest(mm.generator['test']('pf01', ['test_main']))
+ mod.addTest(mm.generator['test']('pf02', ['test_main'], runTest = False))
return mod
#