]> arthur.barton.de Git - bup.git/blobdiff - test/ext/test-save-errors
save-cmd: copy to bup.cmd.save
[bup.git] / test / ext / test-save-errors
index 7b65f16e2319752b448b824b43a2f81b7ad2a6ec..db17bdb6475b58140101fc1ff0e14f039c54d4aa 100755 (executable)
@@ -43,7 +43,7 @@ def from_path(path, *args, **kw):
     return orig_from_path(path, *args, **kw)
 metadata.from_path = from_path
 
-exec(open("$top/lib/cmd/bup-save", "rb").read())
+exec(open("$top/lib/bup/cmd/save.py", "rb").read())
 EOF
 chmod +x "$tmpdir/bup-save"
 
@@ -80,7 +80,7 @@ def from_path(path, *args, **kw):
     return orig_from_path(path, *args, **kw)
 metadata.from_path = from_path
 
-exec(open("$top/lib/cmd/bup-save", "rb").read())
+exec(open("$top/lib/bup/cmd/save.py", "rb").read())
 EOF
 chmod +x "$tmpdir/bup-save"
 
@@ -116,7 +116,7 @@ class DupReader(index.Reader):
             yield transname, ent
 index.Reader = DupReader
 
-exec(open("$top/lib/cmd/bup-save", "rb").read())
+exec(open("$top/lib/bup/cmd/save.py", "rb").read())
 EOF
 chmod +x "$tmpdir/bup-save"