autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

netbsd sed and test 76


From: Patrick Welche
Subject: netbsd sed and test 76
Date: Fri, 10 Nov 2006 15:37:38 +0000
User-agent: Mutt/1.5.11

With today's CVS (so with AT_CHECK_AT_TITLE 2006-11-08 in ChangeLog)
on NetBSD (so without GNU sed) I get

 76: Macro with backslash in a test title            UNEXPECTED PASS


./autotest.at:295: $CONFIG_SHELL ./micro-suite |
            sed -n 's/[^:]*: \(.*[^      ]\)[    ]*ok.*/\1/p'
Not enabling shell tracing (command contains an embedded newline)
+ set +x
./autotest.at:295: $CONFIG_SHELL ./micro-suite -l |
           sed -n 's/.*[0-9]: [^         ][^     ]*[     ][      ]*\(.*[^       
 ]\)[    ]*/\1/p'
Not enabling shell tracing (command contains an embedded newline)
+ set +x
./autotest.at:295: sed -n 's/[^.]*\. \(.*\) ([^)]*): ok.*/\1/p' micro-suite.log
+ sed -n s/[^.]*\. \(.*\) ([^)]*): ok.*/\1/p micro-suite.log
+ set +x
76. autotest.at:295:  UNEXPECTED PASS



% micro-suite
## --------------------------------------------------- ##
## GNU Nonsense 1.0 test suite: artificial test suite. ##
## --------------------------------------------------- ##
  1: A \ in my name                    ok

## ------------- ##
## Test results. ##
## ------------- ##

1 test was successful.


which seems to come from

    at_desc="A \\ in my name"

What is meant to fail?

Cheers,

Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]