ssh
This commit is contained in:
parent
67f2b7cb3e
commit
4050c24d7b
1 changed files with 2 additions and 2 deletions
4
test.hs
4
test.hs
|
@ -453,13 +453,13 @@ test_unused = "git-annex unused/dropunused" ~: intmpclonerepo $ do
|
||||||
checkunused []
|
checkunused []
|
||||||
boolSystem "git" [Params "rm -q", File annexedfile] @? "git rm failed"
|
boolSystem "git" [Params "rm -q", File annexedfile] @? "git rm failed"
|
||||||
checkunused []
|
checkunused []
|
||||||
boolSystem "git" [Params "commit -m foo"] @? "git commit failed"
|
boolSystem "git" [Params "commit -q -m foo"] @? "git commit failed"
|
||||||
checkunused []
|
checkunused []
|
||||||
-- unused checks origin/master; once it's gone it is really unused
|
-- unused checks origin/master; once it's gone it is really unused
|
||||||
boolSystem "git" [Params "remote rm origin"] @? "git remote rm origin failed"
|
boolSystem "git" [Params "remote rm origin"] @? "git remote rm origin failed"
|
||||||
checkunused [annexedfilekey]
|
checkunused [annexedfilekey]
|
||||||
boolSystem "git" [Params "rm -q", File sha1annexedfile] @? "git rm failed"
|
boolSystem "git" [Params "rm -q", File sha1annexedfile] @? "git rm failed"
|
||||||
boolSystem "git" [Params "commit -m foo"] @? "git commit failed"
|
boolSystem "git" [Params "commit -q -m foo"] @? "git commit failed"
|
||||||
checkunused [annexedfilekey, sha1annexedfilekey]
|
checkunused [annexedfilekey, sha1annexedfilekey]
|
||||||
|
|
||||||
-- good opportunity to test dropkey also
|
-- good opportunity to test dropkey also
|
||||||
|
|
Loading…
Reference in a new issue