diff --git a/Annex/Sim.hs b/Annex/Sim.hs index 943f4781c2..80c2829b93 100644 --- a/Annex/Sim.hs +++ b/Annex/Sim.hs @@ -478,7 +478,7 @@ getSimActionComponents (ActionDropUnwanted repo Nothing) st = verifypresent u k st' ru = do rst <- M.lookup ru (simRepoState st') - if present u rst k + if present ru rst k then if ru `S.member` remotes u then Just $ if simIsSpecialRemote rst then mkVerifiedCopy RecentlyVerifiedCopy ru diff --git a/doc/todo/git-annex_proxies.mdwn b/doc/todo/git-annex_proxies.mdwn index 56d15a30bc..0ac0b95c68 100644 --- a/doc/todo/git-annex_proxies.mdwn +++ b/doc/todo/git-annex_proxies.mdwn @@ -32,8 +32,6 @@ Planned schedule of work: * sim: Test concurrency over actions. -* sim: Test ActionDropUnwanted Nothing - * sim: implement addtree * sim: implement ActionDropUnwanted