X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3301-notes.sh;h=1921ca3a73370d378e6aedd0820fd8d2a030da03;hb=ebe8621fd798a568ae33eb6a665cb3c758dd3816;hp=dc2e04a0161c8d6b3f6eefc1873852a377a26393;hpb=cfa775c10ef698c7b84e2d460d04272993c30da4;p=git.git diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index dc2e04a01..1921ca3a7 100755 --- a/t/t3301-notes.sh +++ b/t/t3301-notes.sh @@ -1067,7 +1067,7 @@ test_expect_success 'git notes copy diagnoses too many or too few parameters' ' test_expect_success 'git notes get-ref (no overrides)' ' git config --unset core.notesRef && - unset GIT_NOTES_REF && + sane_unset GIT_NOTES_REF && test "$(git notes get-ref)" = "refs/notes/commits" '