]> arthur.barton.de Git - bup.git/blobdiff - t/test-sparse-files.sh
Change name of MissingObject id to oid
[bup.git] / t / test-sparse-files.sh
index f9e10eadf109a845434de7aeabbd8106afa1e714..45563a68c93730f2144aa96d34e3648ac860b730 100755 (executable)
@@ -142,7 +142,7 @@ WVPASS bup restore --sparse -C restore "src/latest/$(pwd)/"
 WVPASS "$top/t/compare-trees" -c src/ restore/src/
 
 WVSTART "sparse file restore --sparse (short zero runs around boundary)"
-WVPASS python > src/foo <<EOF
+WVPASS bup-python > src/foo <<EOF
 from sys import stdout
 stdout.write("x" * 65535 + "\0")
 stdout.write("\0" + "x" * 65535)