Windows: Fix bug in dropping an annexed file, which caused a symlink to be staged that contained backslashes.

This commit is contained in:
Joey Hess 2015-02-09 15:24:33 -04:00
parent 10db6c54df
commit 3e78b83875
5 changed files with 11 additions and 2 deletions

View file

@ -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