X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=t%2Froot-status;h=7127f8c1277172a81d358c2244286dea7c36ecd5;hb=bf67f94dd4f4096de4eee07a7dc377d6c889a016;hp=69fad4e37fa1943058a852f0bb06dcf78c19d03e;hpb=41c3f3d78d79531863110f5ffd9ae8ee5a2b3986;p=bup.git diff --git a/t/root-status b/t/root-status index 69fad4e..7127f8c 100755 --- a/t/root-status +++ b/t/root-status @@ -6,8 +6,7 @@ exec "$bup_python" "$0" ${1+"$@"} # end of bup preamble from __future__ import absolute_import, print_function -from sys import stderr -import sys +import os, sys if sys.platform.startswith('cygwin'): groups = os.getgroups() @@ -16,7 +15,6 @@ if sys.platform.startswith('cygwin'): else: print('none') else: - import os if os.environ.get('FAKEROOTKEY'): print('fake') else: