X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5506-remote-groups.sh;h=530b01678e5c9cfc1aed2fe2c6fcd96b9a09a90d;hb=ff00b682f203eb39876b57404916b4c54b6032c6;hp=b7b7ddaa403d7a06c0203b89e484d56d20863f4a;hpb=f3604763ba0355f628cf815cfaf4fec20d46e958;p=git.git diff --git a/t/t5506-remote-groups.sh b/t/t5506-remote-groups.sh index b7b7ddaa4..530b01678 100755 --- a/t/t5506-remote-groups.sh +++ b/t/t5506-remote-groups.sh @@ -43,10 +43,10 @@ test_expect_success 'no group updates all' ' repo_fetched two ' -test_expect_success 'nonexistant group produces error' ' - mark nonexistant && +test_expect_success 'nonexistent group produces error' ' + mark nonexistent && update_repos && - test_must_fail git remote update nonexistant && + test_must_fail git remote update nonexistent && ! repo_fetched one && ! repo_fetched two '