]> arthur.barton.de Git - bup.git/commitdiff
test-sparse-files: use bup-python in master
authorRob Browning <rlb@defaultvalue.org>
Fri, 20 May 2016 02:00:59 +0000 (21:00 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 20 May 2016 02:35:33 +0000 (21:35 -0500)
Change python to bup-python after cherry-picking the sparse test in
b5636d001151fe64bc617507200a55af73766819.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
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)