Skip to content

Commit

Permalink
use $gg rather than gg in regress
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed Jun 10, 2024
1 parent 5810af4 commit 036d43d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regress/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ test_iri() {

test_gg_n_flag() {
dont_check_server_alive=yes
gg -n gemini://omarpolo.com/ || return 1
gg -n "foo://bar.com/cafè.gmi" || return 1
$gg -n gemini://omarpolo.com/ || return 1
$gg -n "foo://bar.com/cafè.gmi" || return 1
}

test_parse_comments_at_start() {
Expand Down

0 comments on commit 036d43d

Please sign in to comment.