summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Test.hs b/Test.hs
index bb70df52a..dc65dcda4 100644
--- a/Test.hs
+++ b/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