fix windows build

This commit is contained in:
Joey Hess 2019-08-08 13:41:56 -04:00
parent 022875274a
commit 65f34ffb4c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1598,6 +1598,8 @@ test_rsync_remote = intmpclonerepo $ do
annexed_present annexedfile
git_annex_shouldfail "drop" [annexedfile, "--numcopies=2"] @? "drop failed to fail"
annexed_present annexedfile
#else
noop
#endif
test_bup_remote :: Assertion