commit a009df92847bdf738778c064cc50e9c204b6e1d6 from: Stefan Sperling date: Thu Aug 22 16:55:02 2019 UTC fix typo in comment commit - e15d52415f5691757642691b41e723ddfbd7facb commit + a009df92847bdf738778c064cc50e9c204b6e1d6 blob - 879c3950c6ab68af42c59df399f05fd5eb5d8756 blob + fb06a64586c4f9bafcf38831a0e04a269ea93f35 --- regress/cmdline/ref.sh +++ regress/cmdline/ref.sh @@ -38,7 +38,7 @@ function test_ref_create { return 1 fi - # Ensure Git recognizes the new ref + # Ensure Got recognizes the new ref got checkout -b newref $testroot/repo $testroot/wt >/dev/null ret="$?" if [ "$ret" != "0" ]; then