[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/2375] ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd
From: |
hjl at lucon dot org |
Subject: |
[Bug ld/2375] ld testsuite skips ld-bootstrap tests if `pwd -L` != `pwd -P` |
Date: |
31 Mar 2006 20:03:18 -0000 |
------- Additional Comments From hjl at lucon dot org 2006-03-31 20:03 -------
The problem is in /usr/share/dejagnu/runtest.exp from dejagnu:
#
# set the base dir (current working directory)
#
set base_dir [pwd]
address@hidden ld]$ pwd
/export/home/hjl/bugs/binutils/build/L/BLD1/ld
address@hidden ld]$ tcl
tcl>pwd
/export/home/hjl/bugs/binutils/build/P/BLD1/ld
tcl>
--
http://sourceware.org/bugzilla/show_bug.cgi?id=2375
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.