test suite passes again
doesn't test remote functionality.. but that may be working too now
This commit is contained in:
parent
9d24cc7bdb
commit
49b7f59183
4 changed files with 11 additions and 12 deletions
|
@ -20,7 +20,6 @@ import qualified Remotes
|
|||
import UUID
|
||||
import Messages
|
||||
import Utility
|
||||
import Key
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "move" paramPath seek
|
||||
|
@ -137,8 +136,7 @@ fromCleanup :: Git.Repo -> Bool -> Key -> CommandCleanup
|
|||
fromCleanup src True key = do
|
||||
ok <- Remotes.onRemote src (boolSystem, False) "dropkey"
|
||||
[ Params "--quiet --force"
|
||||
, Param $ "--backend=" ++ keyBackendName key
|
||||
, Param $ keyName key
|
||||
, Param $ show key
|
||||
]
|
||||
-- better safe than sorry: assume the src dropped the key
|
||||
-- even if it seemed to fail; the failure could have occurred
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue