[Libexplain-users] test t0524a fails on Fedora koji build servers
Status: Alpha
Brought to you by:
pmiller
From: Eric S. <er...@br...> - 2012-03-11 06:19:25
|
Building libexplain locally passes all of the tests, but when I build the Fedora package on a koji build server, test t0524a fails, possibly due to running in a chroot environment: PATH=`pwd`/bin:$PATH /bin/sh test/05/t0524a.sh 2,3c2,3 < because there is no "abc" directory in the current directory; the tempnam < system call is dangerous, a more secure alternative should be used --- > because there is no "abc" directory in the pathname "/tmp" directory; the > tempnam system call is dangerous, a more secure alternative should be used FAILED test of tempnam ENOTDIR make: *** [t0524a] Error 1 Currently I have the Fedora spec set up to exclude that test. Is this something that could be fixed in libexplain, or should I just continue excluding that test? Thanks! Eric |