Windows: Fix bug in dropping an annexed file, which caused a symlink to be staged that contained backslashes.
This commit is contained in:
parent
10db6c54df
commit
3e78b83875
5 changed files with 11 additions and 2 deletions
3
Test.hs
3
Test.hs
|
@ -330,6 +330,9 @@ test_drop_withremote = intmpclonerepo $ do
|
|||
git_annex "numcopies" ["1"] @? "numcopies config failed"
|
||||
git_annex "drop" [annexedfile] @? "drop failed though origin has copy"
|
||||
annexed_notpresent annexedfile
|
||||
-- make sure that the correct symlink is staged for the file
|
||||
-- after drop
|
||||
git_annex_expectoutput "status" [] []
|
||||
inmainrepo $ annexed_present annexedfile
|
||||
|
||||
test_drop_untrustedremote :: Assertion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue