]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
Tests: Update tests
authorOleg Broytman <phd@phdru.name>
Sat, 15 Jun 2024 23:37:48 +0000 (02:37 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 22 Jun 2024 03:48:59 +0000 (06:48 +0300)
test_tags

index 754fe52299d6abb35e1f8a9867ad3cf28cde188d..c7b1b8d6a8f0d0c4a5653ef96984f765986e3959 100755 (executable)
--- a/test_tags
+++ b/test_tags
@@ -1,5 +1,5 @@
 #! /bin/sh
 
-QUERY_STRING='q=linux' ./search-tags.py | $PAGER
-QUERY_STRING='q=linux%26%21audio' ./search-tags.py | $PAGER
-QUERY_STRING='q=linux%26%21audio%26%21debian' ./search-tags.py | $PAGER
+QUERY_STRING='q=Linux' ./search-tags.py | $PAGER
+QUERY_STRING='q=Linux%26%21audio' ./search-tags.py | $PAGER
+QUERY_STRING='q=Linux%26%21audio%26%21debian' ./search-tags.py | $PAGER