X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tests%2Ftests%2Funrepresentable;h=b2de45289396b2108ff978d5cf8898ef231266f4;hb=1c1a95aa2d220dc8fb067fe93795a9a31043a98e;hp=206af866b5c6eb7a63bd93318c756e8058cbde51;hpb=fd9881c5c24f97f7c7421db946e6f09afdb2758a;p=dgit.git diff --git a/tests/tests/unrepresentable b/tests/tests/unrepresentable index 206af866..b2de4528 100755 --- a/tests/tests/unrepresentable +++ b/tests/tests/unrepresentable @@ -30,7 +30,7 @@ badly-1 orig-symlink 'modified symlink' git add orig-symlink badly-2 -badly-1 orig-symlink 'non-default mode or type' +badly-1 orig-symlink 'deletion of symlink' git rm -f orig-symlink badly-2 @@ -39,12 +39,18 @@ start git commit -m deleted attempt +start + git rm orig-exec + git rm -f orig-unwriteable + git commit -m 'deleted funny' +attempt + badly-1 src.c 'mode or type changed' chmod +x src.c git add src.c badly-2 -badly-1 new 'non-default mode' +badly-1 new 'creation with non-default mode' echo hi >new chmod 755 new git add new