tests/test-largefiles.t
branchstable
changeset 51794 187d7c859be7
parent 50378 2cf264e9aa75
--- a/tests/test-largefiles.t	Fri Aug 09 14:26:13 2024 +0200
+++ b/tests/test-largefiles.t	Fri Aug 09 22:45:32 2024 +0200
@@ -1076,6 +1076,11 @@
   abort: --all-largefiles is incompatible with non-local destination ssh://localhost/a
   [255]
 
+  $ touch existing_destination
+  $ hg clone --all-largefiles a existing_destination
+  abort: destination 'existing_destination' already exists
+  [10]
+
 Test pulling with --all-largefiles flag.  Also test that the largefiles are
 downloaded from 'default' instead of 'default-push' when no source is specified
 (issue3584)