From 36b78cd9db97f3665935e4b32ff9566e4bbd0d17 Mon Sep 17 00:00:00 2001 From: Stefan Moch Date: Sun, 31 Dec 2017 20:11:55 +0100 Subject: t7001: add test case for --dry-run Make sure that "git mv --dry-run" does not move file. Signed-off-by: Stefan Moch Signed-off-by: Junio C Hamano diff --git a/t/t7001-mv.sh b/t/t7001-mv.sh index e365d1f..1744ed4 100755 --- a/t/t7001-mv.sh +++ b/t/t7001-mv.sh @@ -39,6 +39,12 @@ test_expect_success \ grep "^R100..*path1/COPYING..*path0/COPYING"' test_expect_success \ + 'mv --dry-run does not move file' \ + 'git mv -n path0/COPYING MOVED && + test -f path0/COPYING && + test ! -f MOVED' + +test_expect_success \ 'checking -k on non-existing file' \ 'git mv -k idontexist path0' -- cgit v0.10.2-6-g49f6