This test failure is not related to /opt/CollabNet_Subversion/bin after
all. The test results are inconsistent, the following script reports 64
failures out of 100 trials. This was done without
/opt/Collabnet_Subversion/bin in the PATH.
#!/bin/sh
fails=0
trials=100
for try in `seq $trials`; do
./testsuite -x 203
if [ $? != "0" ]; then
let fails=fails+1;
fi
done
echo failures: $fails in $trials
failures: 64 in 100
On 4/10/2011 3:00 PM, tsteven4 wrote:
This failure seems to be correlated with having
/opt/CollabNet_Subversion/bin in the beginning of the path. If I
remove /opt/CollabNet_Subversion/bin from the path the test passes.
Here is whats in /opt/CollabNet_Subversion/bin:
$ ls -al /opt/CollabNet_Subversion/bin
total 7512
drwxr-xr-x 3 root root 4096 Apr 10 08:22 .
drwxr-xr-x 11 root root 4096 Apr 10 08:22 ..
-rwxr-xr-x 1 root root 120268 Feb 25 01:41 ab
-rwxr-xr-x 1 root root 3450 Feb 25 01:38 apachectl
-rwxr-xr-x 1 root root 7058 Feb 25 01:35 apr-1-config
-rwxr-xr-x 1 root root 6651 Feb 25 01:37 apu-1-config
-rwxr-xr-x 1 root root 22660 Feb 25 01:38 apxs
-rwxr-xr-x 1 root root 12897 Feb 25 01:41 checkgid
-rwxr-xr-x 1 root root 4475 Feb 25 02:35 collabnetsvn-config
-rwxr-xr-x 1 root root 24276 Feb 25 02:35
Configure-CollabNet-Subversion
-rwxr-xr-x 1 root root 8925 Feb 25 01:38 dbmmanage
-rw-r--r-- 1 root root 985 Feb 25 01:38 envvars
-rwxr-xr-x 1 root root 46106 Feb 25 01:41 htcacheclean
-rwxr-xr-x 1 root root 30180 Feb 25 01:41 htdbm
-rwxr-xr-x 1 root root 22821 Feb 25 01:41 htdigest
-rwxr-xr-x 1 root root 30353 Feb 25 01:41 htpasswd
-rwxr-xr-x 1 root root 5235907 Feb 25 01:41 httpd
-rwxr-xr-x 1 root root 20822 Feb 25 01:41 httxt2dbm
-rwxr-xr-x 1 root root 34338 Feb 25 02:35 keyring_tool
-rwxr-xr-x 1 root root 23714 Feb 25 01:41 logresolve
-rwxr-xr-x 1 root root 464566 Feb 25 01:21 openssl
-rwxr-xr-x 1 root root 25373 Feb 25 01:41 rotatelogs
-rwxr-xr-x 1 root root 633060 Feb 25 02:04 svn
-rwxr-xr-x 1 root root 110111 Feb 25 02:04 svnadmin
-rwxr-xr-x 1 root root 69548 Feb 25 02:04 svndumpfilter
-rwxr-xr-x 1 root root 131436 Feb 25 02:04 svnlook
-rwxr-xr-x 1 root root 225567 Feb 25 02:04 svnserve
-rwxr-xr-x 1 root root 107995 Feb 25 02:04 svnsync
drwxr-xr-x 2 root root 4096 Apr 10 08:22 svn-tools
-rwxr-xr-x 1 root root 25143 Feb 25 02:04 svnversion
On 4/10/2011 1:50 PM, tsteven4 wrote:
Failed on CentOS 5.6 using the m4 that is installed with this OS by
default, i.e. GNU M4 1.4.5.