# HG changeset patch # User jwe # Date 1171955980 0 # Node ID 4eef9d9a35f0aadecab747c979213f4c3c639927 # Parent 1d4b4312f78260298573cb6de7b1ebc83bd5036f [project @ 2007-02-20 07:19:40 by jwe] diff -r 1d4b4312f782 -r 4eef9d9a35f0 test/ChangeLog --- a/test/ChangeLog Tue Feb 20 06:37:09 2007 +0000 +++ b/test/ChangeLog Tue Feb 20 07:19:40 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-20 John W. Eaton + + * Makefile.in (check): Use --norc instead of --no-site-file. + From: Alex Zvoleff + 2007-02-19 John W. Eaton * test_system.m: Handle confirm_recursive_rmdir as function diff -r 1d4b4312f782 -r 4eef9d9a35f0 test/Makefile.in --- a/test/Makefile.in Tue Feb 20 06:37:09 2007 +0000 +++ b/test/Makefile.in Tue Feb 20 07:19:40 2007 +0000 @@ -34,7 +34,7 @@ .PHONY: all check: test_sparse.m - ../run-octave --no-site-file --silent --no-history $(srcdir)/fntests.m $(srcdir) + ../run-octave --norc --silent --no-history $(srcdir)/fntests.m $(srcdir) .PHONY: check test_sparse.m: build_sparse_tests.sh