X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=t%2Froot-status;h=5024ed3afb29b1976c5dfc4635542895adf34ccf;hb=7e0fcaa5b28eb1aa022a59e5056679e7854070b9;hp=9fb12cb2c4411a2d87e5c7d823061c231a5cb233;hpb=e2073c04660032cf32e3092cfa013c987c589c14;p=bup.git diff --git a/t/root-status b/t/root-status index 9fb12cb..5024ed3 100755 --- a/t/root-status +++ b/t/root-status @@ -1,4 +1,9 @@ -#!/usr/bin/env python +#!/bin/sh +"""": # -*-python-*- +bup_python="$(dirname "$0")/../cmd/bup-python" || exit $? +exec "$bup_python" "$0" ${1+"$@"} +""" +# end of bup preamble import sys