URI: 
       run_regress: test -x and -b options too - webdump_tests - Testfiles for webdump
  HTML git clone git://git.codemadness.org/webdump_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 655108e8644464151f0222587e68a8dc95b3f140
   DIR parent 147b72165ca16361cebf6bdc080e832c7ee2c5ed
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Wed, 11 Mar 2026 19:01:59 +0100
       
       run_regress: test -x and -b options too
       
       Diffstat:
         M run_regress.sh                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/run_regress.sh b/run_regress.sh
       @@ -3,7 +3,7 @@
        bin1="$HOME/p/webdump/webdump"
        bin2="/tmp/webdump/webdump"
        
       -for opt in "" "-r -l" "-u a" "-d -8 -r -i -l -a"; do
       +for opt in "" "-r -l" "-u a" "-d -8 -r -i -l -a" "-x" "-b https://codemadness.org -l"; do
        
        find . -iname "*.html" | while read -r f; do
                echo "webdump $opt: $f"