bug#20716: TAP Protocol skip is not recognized.

2015-06-01 Thread Arthur Schwarz
http://testanything.org/ DIRECTIVES Directives are special notes that follow a # on the test line. Only two are currently defined: TODO and SKIP. Note that these two keywords are not case-sensitive. The tap-driver.sh does accept 'ok # skip' but requires 'ok # SKIP'. The TAP standard says that sk

bug#20715: tap-driver.sh 'missing test plan' message contradicts the TAP Standard

2015-06-01 Thread Arthur Schwarz
15.4.1 Introduction to TAP http://testanything.org/ Explicitly specifies that a test plan is optional. "The plan The plan tells how many tests will be run, or how many tests have run. It's a check that the test file hasn't stopped prematurely. It must appear once, whether at the beginning or

bug#20714: tap-driver.sh outputs incorrect .trs tag

2015-06-01 Thread Arthur Schwarz
The .trs tag :global-test-result: should be :test-global-result:. 15.3.3.2 Log files generation and test results recording :test-global-result: This is used to declare the "global result" of the script. Currently, the value of this field is needed only to be reported (more or less verbatim) i

bug#20713: aclocal/tar.m4 and solaris 5.10

2015-06-01 Thread Karl Berry
Running a configure script on solaris 5.10 generated with automake-1.15, I got these errors about id, which being pre-POSIX, does not support -u: id: illegal option -- u Usage: id [-ap] [user] id: illegal option -- g Usage: id [-ap] [user] checking whether UID 'unknow