- ksh updated to 2010-09-24

This commit is contained in:
Michal Hlavinka 2010-09-28 22:37:44 +02:00
parent 038b97e73e
commit 13cc0389a9
2 changed files with 8 additions and 5 deletions

View File

@ -1,13 +1,13 @@
basic.sh[436]: early termination not causing broken pipe
basic.sh[438]: early termination not causing broken pipe
test basic failed [ 96 tests 1 error ]
basic.sh[436]: early termination not causing broken pipe
basic.sh[438]: early termination not causing broken pipe
test basic(C.UTF-8) failed [ 96 tests 1 error ]
shcomp-basic.ksh[436]: early termination not causing broken pipe
shcomp-basic.ksh[438]: early termination not causing broken pipe
test basic(shcomp) failed [ 96 tests 1 error ]
locale.sh[209]: LC_ALL test script failed -- expected 'f1', got ''
test locale failed [ 20 tests 1 error ]
test locale failed [ 21 tests 1 error ]
shcomp-locale.ksh[209]: LC_ALL test script failed -- expected 'f1', got ''
test locale(shcomp) failed [ 20 tests 1 error ]
test locale(shcomp) failed [ 21 tests 1 error ]
signal.sh[55]: pipe with --pipefail PIPE trap hangs
signal.sh[296]: kill -PIPE $$ failed, required termination by signal 'KILL'
test signal failed [ 37 tests 2 errors ]

View File

@ -110,6 +110,9 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Sep 28 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100924-1
- ksh updated to 2010-09-24
* Mon Aug 30 2010 Michal Hlavinka <mhlavink@redhat.com> - 20100826-1
- ksh updated to 2010-08-26
- make regression test suite usable during package build