]> arthur.barton.de Git - bup.git/blobdiff - t/test-restore-map-owner.sh
cirrus: make rdiff-backup completely optional for freebsd tests
[bup.git] / t / test-restore-map-owner.sh
index 84f3b08a2cc145ff6eddb0b0c556f098a62e0fd1..4e676100134b0a006f99806723e896e242426973 100755 (executable)
@@ -82,7 +82,7 @@ WVPASS grep -qE "^uid: $other_uid\$" foo-xstat
 WVPASS grep -qE "^group: $other_group\$" foo-xstat
 WVPASS grep -qE "^gid: $other_gid\$" foo-xstat
 
-has_uid_gid_0=$(WVPASS bup-python -c "
+has_uid_gid_0=$(WVPASS bup-cfg-py -c "
 import grp, pwd
 try:
   pwd.getpwuid(0)