diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-09 17:23:00 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-07-09 18:11:23 +0300 |
commit | ab8c659fd2e7d1938740472327cf56843e4fd90a (patch) | |
tree | 89c17f192b17ffa3de0bd5ae2e8525f3c47130eb /tests | |
parent | eeb4dd62fe81070217511a754ca539325bdd9d78 (diff) |
Adapt to repository_url(string) ctor throwing invalid_argument for empty string
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rep-add.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rep-add.test b/tests/rep-add.test index f53724c..8c4b9f9 100644 --- a/tests/rep-add.test +++ b/tests/rep-add.test @@ -24,7 +24,7 @@ rep_list += -d cfg $clone_cfg; $* '' 2>>EOE != 0 - error: empty repository location + error: invalid repository location '': empty URL EOE } |