X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3903-stash.sh;h=7197aae1ed10add49aa72748188fecb4c2ef90a4;hb=d190a0875ff0f33d60a4d7265f2098b35d162f68;hp=5c725406422dcedb6c6d5e5d61cfc80f87d3595c;hpb=8784e4dddeb16a89dd19bfb879788b8df0aac1f5;p=git.git diff --git a/t/t3903-stash.sh b/t/t3903-stash.sh index 5c7254064..7197aae1e 100755 --- a/t/t3903-stash.sh +++ b/t/t3903-stash.sh @@ -536,7 +536,7 @@ test_expect_success 'stash pop - fail early if specified stash is not a stash re git reset --hard HEAD ' -test_expect_success 'ref with non-existant reflog' ' +test_expect_success 'ref with non-existent reflog' ' git stash clear && echo bar5 > file && echo bar6 > file2 &&