X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft9801-git-p4-branch.sh;h=c598011635ac2f44d0764acaf1ba7c53f569514c;hb=efbae0583bb8556444c57d4c336101f97efa6d66;hp=759a14fa87ce6ae540b2c98cfd3b83a7bf6928f2;hpb=0d133a3dcf43eb0396a5899008a4ff4ceaeb0d6e;p=thirdparty%2Fgit.git diff --git a/t/t9801-git-p4-branch.sh b/t/t9801-git-p4-branch.sh index 759a14fa87..c598011635 100755 --- a/t/t9801-git-p4-branch.sh +++ b/t/t9801-git-p4-branch.sh @@ -135,7 +135,7 @@ test_expect_success 'sync specific detected branch' ' ( cd "$git" && git p4 sync --branch=depot/branch2 >out && - test_i18ngrep "No changes to import!" out + test_grep "No changes to import!" out ) ' @@ -466,7 +466,7 @@ test_expect_success 'git p4 clone complex branches with excluded files' ' ) ' -# From a report in http://stackoverflow.com/questions/11893688 +# From a report in https://stackoverflow.com/questions/11893688 # where --use-client-spec caused branch prefixes not to be removed; # every file in git appeared into a subdirectory of the branch name. test_expect_success 'use-client-spec detect-branches setup' '