X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=t%2Funknown-owner;h=210c5b3fe41350f3edaae673fb5b241bd5347127;hp=00442a42e83ade4e624eb8e9c59caf0d3309f8fc;hb=7e0fcaa5b28eb1aa022a59e5056679e7854070b9;hpb=e2073c04660032cf32e3092cfa013c987c589c14 diff --git a/t/unknown-owner b/t/unknown-owner index 00442a4..210c5b3 100755 --- a/t/unknown-owner +++ b/t/unknown-owner @@ -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 grp import pwd