add a test case that move respects numcopies
authorJoey Hess <joeyh@joeyh.name>
Fri, 13 Nov 2020 17:49:12 +0000 (13:49 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 13 Nov 2020 18:06:57 +0000 (14:06 -0400)
commit98d1cbd1eebb3c2bef07ac4bfbf99133b5f7004a
treea70b3cdd4cf2cba8b1b6bb689da2058bddcf3fd3
parent57bd0cf4e3b7ab3635b5759169b79f76cbe92c45
add a test case that move respects numcopies

There is already one for drop, but move and drop don't handle numcopies
exactly the same, and there was recently a reversion in it checking
numcopies properly at all.

This commit was sponsored by Noam Kremen on Patreon.
Test.hs