aboutsummaryrefslogtreecommitdiff
path: root/tests/remotes.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-11 10:42:48 -0300
committerEuAndreh <eu@euandre.org>2021-10-11 10:42:48 -0300
commitbff3e4c43cf409a041c060fd6c8bbb411545c57c (patch)
treeb3a7f2775436716556d19e08fb02f421760b7a4e /tests/remotes.sh
parentTODOs.md: Add #td-d6adcb7a-5252-d883-2b81-501c6f648214 (diff)
downloadgit-permalink-bff3e4c43cf409a041c060fd6c8bbb411545c57c.tar.gz
git-permalink-bff3e4c43cf409a041c060fd6c8bbb411545c57c.tar.xz
Replace git.euandreh.xyz/xxx with euandreh.xyz/xxx.git
Diffstat (limited to '')
-rwxr-xr-xtests/remotes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/remotes.sh b/tests/remotes.sh
index d8fd02e..2bcc531 100755
--- a/tests/remotes.sh
+++ b/tests/remotes.sh
@@ -44,8 +44,8 @@ test_supported_remotes() {
STATUS=$?
assert_status 0
assert_empty_stdout
- assert_fgrep_stderr 'Opening https://git.euandreh.xyz'
- assert_fgrep_stderr 'xdg-open: https://git.euandreh.xyz'
+ assert_fgrep_stderr 'Opening https://euandreh.xyz'
+ assert_fgrep_stderr 'xdg-open: https://euandreh.xyz'
cd - > /dev/null || exit 1
N="$LINENO"