diff --git a/tests/scripts/test_logging.sh b/tests/scripts/test_logging.sh index d2f635f76..66d5a4b7b 100755 --- a/tests/scripts/test_logging.sh +++ b/tests/scripts/test_logging.sh @@ -33,6 +33,7 @@ test_log "\"log a\"; log b" "log a" test_log "\"log a\"; log b" "b" test_log "\"" "\"" test_log "\\\"" "\\\\\"" #\" == \" +test_log "\"abc\" \"def\"" "\"abc\" \"def\"" # don't abbreviate to abc" "def errors=( quotes-*.err ) if [ -f $errors ] ; then