From: Oleg Broytman Date: Tue, 12 Jul 2016 06:44:52 +0000 (+0300) Subject: Add a few simple non-automatic tests X-Git-Tag: v0.5~5 X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fcgi-bin%2Fblog-ru%2Fsearch-tags.git;a=commitdiff_plain;h=18b709482675cb51ba6fb405c17d60d782ecbc86 Add a few simple non-automatic tests --- diff --git a/test_tags b/test_tags new file mode 100755 index 0000000..754fe52 --- /dev/null +++ b/test_tags @@ -0,0 +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