summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-08-06 13:45:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-08-06 13:45:05 -0400
commit5cd02fd1a52b3f1c19b01f4a021a7c63b96796dd (patch)
tree32a5631436d03bf10fb427c37bfd9f1710aef703
parentbee89cf9d62c36e3f13c5e53de3fd253fed157b1 (diff)
update for change in bup remote removal
-rw-r--r--Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test.hs b/Test.hs
index 3ae5e323b..5032038ad 100644
--- a/Test.hs
+++ b/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