summaryrefslogtreecommitdiffstats
path: root/libbsd.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbsd.py')
-rwxr-xr-xlibbsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index 6a1d7013..5a320543 100755
--- a/libbsd.py
+++ b/libbsd.py
@@ -2558,7 +2558,7 @@ def tests(mm):
mod.addTest(mm.generator['test']('syscalls01', ['test_main']))
mod.addTest(mm.generator['test']('program01', ['test_main']))
mod.addTest(mm.generator['test']('commands01', ['test_main']))
- mod.addTest(mm.generator['test']('usb01', ['init', 'test-file-system'], False))
+ mod.addTest(mm.generator['test']('usb01', ['init'], False))
mod.addTest(mm.generator['test']('loopback01', ['test_main']))
mod.addTest(mm.generator['test']('netshell01', ['test_main', 'shellconfig'], False))
mod.addTest(mm.generator['test']('swi01', ['init', 'swi_test']))