diff -r 2f3762ff90d8 -r da598b05f8e8 test/bookloupe/config-override.tst --- a/test/bookloupe/config-override.tst Sun Sep 29 22:51:27 2013 +0100 +++ b/test/bookloupe/config-override.tst Mon Sep 30 08:18:42 2013 +0100 @@ -1,5 +1,6 @@ **************** OPTIONS **************** --usertypo +--charset=auto --dump-config **************** INPUT(bookloupe.ini) **************** # Relaxed configuration for bookloupe @@ -31,6 +32,8 @@ usertypo=false # Verbose - list everything verbose=false +# Set of characters valid for this ebook +charset=UNICODE **************** EXPECTED(stdout) **************** # Relaxed configuration for bookloupe @@ -61,3 +64,5 @@ usertypo=true # Verbose - list everything verbose=false +# Set of characters valid for this ebook +charset=auto