X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft4122-apply-symlink-inside.sh;h=841773f75fc085d07836b39b3775f49bde5d8d19;hb=7fec10b7f41fa32e71aa6377bd04cd7c6fb419e0;hp=37c9a9f254d626939ef28398ec15bec606a9c588;hpb=64cab59159d1308365d56e218a10bfc0d3cd0fd0;p=git.git diff --git a/t/t4122-apply-symlink-inside.sh b/t/t4122-apply-symlink-inside.sh index 37c9a9f25..841773f75 100755 --- a/t/t4122-apply-symlink-inside.sh +++ b/t/t4122-apply-symlink-inside.sh @@ -34,7 +34,6 @@ test_expect_success setup ' test_expect_success apply ' git checkout test && - git reset --hard && #### checkout seems to be buggy git diff --exit-code test && git diff --exit-code --cached test && git apply --index test.patch @@ -54,4 +53,3 @@ test_expect_success 'check result' ' ' test_done -