Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add a reminder test case for a merge with F/D transition
[gitweb.git]
/
t
/
t9700-perl-git.sh
diff --git
a/t/t9700-perl-git.sh
b/t/t9700-perl-git.sh
index b4ca244626a6635faa2587722c26f4c17692af65..4eb7d3f7f042f896106f208a7f8bb91925352b2a 100755
(executable)
--- a/
t/t9700-perl-git.sh
+++ b/
t/t9700-perl-git.sh
@@
-29,6
+29,10
@@
test_expect_success \
git add . &&
git commit -m "first commit" &&
+ echo "new file in subdir 2" > directory2/file2 &&
+ git add . &&
+ git commit -m "commit in directory2" &&
+
echo "changed file 1" > file1 &&
git commit -a -m "second commit" &&