Browse Source

[master] s/builddir/srdir/ to make it testable under a different builddir.

also removed an unused initialization as a piggybacked cleanup.
okayed on jabber, behavior confirmed, too.
JINMEI Tatuya 14 years ago
parent
commit
29c6946c6a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/log/tests/run_time_init_test.sh.in

+ 1 - 2
src/lib/log/tests/run_time_init_test.sh.in

@@ -13,9 +13,8 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-tempfile=`echo /tmp/run_init_test_$$`
 failcount=0
-localmes=@abs_builddir@/localdef.mes
+localmes=@abs_srcdir@/localdef.mes
 tempfile=@abs_builddir@/run_time_init_test_tempfile_$$
 
 passfail() {