diff options
Diffstat (limited to 'tests/test_basic.py')
-rw-r--r-- | tests/test_basic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_basic.py b/tests/test_basic.py index 6b3e4741..a2e95c59 100644 --- a/tests/test_basic.py +++ b/tests/test_basic.py @@ -3,7 +3,7 @@ # Basic bcachefs functionality tests. import re -import util +from tests import util def test_help(): ret = util.run_bch(valgrind=True) |