diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-30 15:37:03 +0200 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-05 20:50:37 -0400 |
commit | 13f13b96b3182cf7569b98c6235675af11a6a3de (patch) | |
tree | 10ffc8fa2b712c287158a297ab5566a8925dfe93 /tests/README | |
parent | c3cd78066c10b213b98cd28459d9971f7809bc81 (diff) | |
download | gunmake-13f13b96b3182cf7569b98c6235675af11a6a3de.tar.gz |
cosmetics: fix few innocuous typos
Most of these were found using Lucas De Marchi's 'codespell' tool.
* ChangeLog: Fix minor typos.
* ChangeLog.2: Likewise.
* README.Amiga: Likewise.
* TODO.private: Likewise.
* function.c: Likewise.
* glob/glob.h: Likewise.
* job.c: Likewise.
* main.c: Likewise.
* readme.vms: Likewise.
* remake.c: Likewise.
* tests/ChangeLog: Likewise.
* tests/NEWS: Likewise.
* tests/README: Likewise.
* tests/scripts/variables/private: Likewise.
* vmsdir.h: Likewise.
* signame.c: Likewise. While at it, improve line wrapping in the
touched comment.
Copyright-paperwork-exempt: yes
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/README b/tests/README index 6db4816..e604f3e 100644 --- a/tests/README +++ b/tests/README @@ -38,7 +38,7 @@ To run the test suite on Windows NT or DOS systems, use "perl.exe ./run_make-tests.pl". By default, the test engine picks up the first executable called "make" -that it finds in your path. You may use the -make_path option (ie, +that it finds in your path. You may use the -make_path option (i.e., "perl run_make_tests -make_path /usr/local/src/make-3.78/make") if you want to run a particular copy. This now works correctly with relative paths and when make is called something other than "make" (like @@ -58,7 +58,7 @@ The options/dash-l test will not really test anything if the copy of make you are using can't obtain the system load. Some systems require make to be setgid sys or kmem for this; if you don't want to install make just to test it, make it setgid to kmem or whatever group /dev/kmem -is (ie, "chgrp kmem make;chmod g+s make" as root). In any case, the +is (i.e., "chgrp kmem make;chmod g+s make" as root). In any case, the options/dash-l test should no longer *fail* because make can't read /dev/kmem. |