aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/tests.sh b/regress/tests.sh
index d2d19e9..c20c9f0 100644
--- a/regress/tests.sh
+++ b/regress/tests.sh
@@ -12,6 +12,7 @@ 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
}
test_parse_comments_at_start() {