update for change in bup remote removal
This commit is contained in:
parent
22c7a7a41a
commit
781833b16f
1 changed files with 1 additions and 1 deletions
2
Test.hs
2
Test.hs
|
@ -1251,7 +1251,7 @@ test_bup_remote testenv = intmpclonerepo testenv $ when Build.SysConfig.bup $ do
|
|||
annexed_notpresent annexedfile
|
||||
git_annex testenv "copy" [annexedfile, "--from", "foo"] @? "copy --from bup remote failed"
|
||||
annexed_present annexedfile
|
||||
not <$> git_annex testenv "move" [annexedfile, "--from", "foo"] @? "move --from bup remote failed to fail"
|
||||
git_annex testenv "move" [annexedfile, "--from", "foo"] @? "move --from bup remote failed"
|
||||
annexed_present annexedfile
|
||||
|
||||
-- gpg is not a build dependency, so only test when it's available
|
||||
|
|
Loading…
Reference in a new issue