X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=t%2Ft4004-diff-rename-symlink.sh;h=eb6dedd1caac8588542b133e980a6dc2f345c8a2;hb=fa375c7f1b6298b128492b0935e92ecd0fd668e4;hp=31fdc50653871a0765738b53c5ea4b11509e0c0b;hpb=60896c7bfed67f1c7364595213ef9239642f83c5;p=git.git diff --git a/t/t4004-diff-rename-symlink.sh b/t/t4004-diff-rename-symlink.sh index 31fdc506..eb6dedd1 100644 --- a/t/t4004-diff-rename-symlink.sh +++ b/t/t4004-diff-rename-symlink.sh @@ -35,6 +35,13 @@ test_expect_success \ GIT_DIFF_OPTS=--unified=0 git-diff-cache -M -p $tree >current cat >expected <<\EOF +diff --git a/bozbar b/bozbar +new file mode 120000 +--- /dev/null ++++ b/bozbar +@@ -0,0 +1 @@ ++xzzzy +\ No newline at end of file diff --git a/frotz b/nitfol similarity index 100% copy from frotz @@ -50,13 +57,6 @@ deleted file mode 100644 @@ -1 +0,0 @@ -xyzzy \ No newline at end of file -diff --git a/bozbar b/bozbar -new file mode 120000 ---- /dev/null -+++ b/bozbar -@@ -0,0 +1 @@ -+xzzzy -\ No newline at end of file EOF test_expect_success \