summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/TestRemote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/TestRemote.hs b/Command/TestRemote.hs
index 78921b856..c8a993666 100644
--- a/Command/TestRemote.hs
+++ b/Command/TestRemote.hs
@@ -225,5 +225,5 @@ randKey sz = withTmpFile "randkey" $ \f h -> do
}
k <- fromMaybe (error "failed to generate random key")
<$> Backend.getKey Backend.Hash.testKeyBackend ks
- moveAnnex k f
+ _ <- moveAnnex k f
return k