Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t/t1700-split-index.sh: mv -v is not portable
The -v option for mv is not specified by POSIX. The illumos implementation of mv does not support -v. Since we do not need the verbose mv output we just drop -v for mv. Signed-off-by: Marcel Telka <marcel@telka.sk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information