]> arthur.barton.de Git - bup.git/blobdiff - dev/ns-timestamp-resolutions
tests: convert python-based tests to pytest
[bup.git] / dev / ns-timestamp-resolutions
index 1938e78887cf0f0157a0b47f2e12043fe2f1da18..f5b296c0d364fb444427d53debc72ea5da4cbf5c 100755 (executable)
@@ -16,7 +16,7 @@ exec "$bup_python" "$0"
 from __future__ import absolute_import
 import os.path, sys
 
-sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib']
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../../lib']
 
 from bup.compat import argv_bytes
 from bup.helpers import handle_ctrl_c, saved_errors