X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=t%2Fdata-size;h=e5068da62043b357bdf8037083fe483ddf60b131;hb=73f4b83af6c73a0ba48e448883856bf24aacbf7d;hp=ce94f78683040a0cfee70282c43e2190c6e5004e;hpb=e26ce903777cd86c18907ababcc7069cd9ab0d62;p=bup.git diff --git a/t/data-size b/t/data-size index ce94f78..e5068da 100755 --- a/t/data-size +++ b/t/data-size @@ -1,6 +1,6 @@ #!/bin/sh """": # -*-python-*- -bup_python="$(dirname "$0")/../cmd/bup-python" || exit $? +bup_python="$(dirname "$0")/../config/bin/python" || exit $? exec "$bup_python" "$0" ${1+"$@"} """ # end of bup preamble