# # patch "tests/t_netsync_exclude.at" # from [92742622e126083db8509144108ae006faed4867] # to [afecaf386c96643f94ded258073b119b940b27d6] # ======================================================================== --- tests/t_netsync_exclude.at 92742622e126083db8509144108ae006faed4867 +++ tests/t_netsync_exclude.at afecaf386c96643f94ded258073b119b940b27d6 @@ -30,7 +30,11 @@ NETSYNC_SERVE_START('branch*' --exclude=branch2 --exclude=branch4) -NETSYNC_CLIENT_RUN(pull, 'branch*') +# it is apparently a permissions error to pull a branch that is not served +# i.e. 'received network error: access to branch 'branch2' denied by server' + +NETSYNC_CLIENT_RUN(pull, 'branch2', [1]) +NETSYNC_CLIENT_RUN(pull, 'branch4', [1]) AT_CHECK(MONOTONE2 automate get_revision $B1, [1], [ignore], [ignore]) AT_CHECK(MONOTONE2 automate get_revision $B2, [1], [ignore], [ignore]) AT_CHECK(MONOTONE2 automate get_revision $B3, [1], [ignore], [ignore])