]> arthur.barton.de Git - bup.git/blobdiff - dev/sparse-test-data
prep-for-macos-build: only install brew when not found
[bup.git] / dev / sparse-test-data
index 002e52594e4835e4d6097310234cfbfe0401d7a1..34bb117840ab4d174cb08af0adbe52cfd6c24454 100755 (executable)
@@ -9,6 +9,8 @@ from random import randint
 from sys import stderr, stdout
 import os, sys
 
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib']
+
 from bup.io import byte_stream
 
 def smaller_region(max_offset):