X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ft3301-notes.sh;h=1921ca3a73370d378e6aedd0820fd8d2a030da03;hb=7769a75e96f998b2f1ef51e8a2e88058f56fa519;hp=dc2e04a0161c8d6b3f6eefc1873852a377a26393;hpb=02fedc0f4835de7414b78e21739464a29520c94a;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" '