From 6f936feee5b13b53e3db560a2fdae22f206ca98f Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Thu, 16 Dec 2004 22:02:22 +0000 Subject: [PATCH] * tests/tests.sh: Renamed to... * tests/runtests.sh: This. * README: Updated. --- contrib/gdiffmk/ChangeLog | 6 ++++++ contrib/gdiffmk/README | 4 ++-- contrib/gdiffmk/tests/{tests.sh => runtests.sh} | 0 3 files changed, 8 insertions(+), 2 deletions(-) rename contrib/gdiffmk/tests/{tests.sh => runtests.sh} (100%) mode change 100755 => 100644 diff --git a/contrib/gdiffmk/ChangeLog b/contrib/gdiffmk/ChangeLog index e8324875..56376b98 100644 --- a/contrib/gdiffmk/ChangeLog +++ b/contrib/gdiffmk/ChangeLog @@ -1,3 +1,9 @@ +2004-12-15 Werner LEMBERG + + * tests/tests.sh: Renamed to... + * tests/runtests.sh: This. + * README: Updated. + 2004-12-14 Werner LEMBERG * gdiffmk.sh: Make sed pattern work with alternate result of GNU diff --git a/contrib/gdiffmk/README b/contrib/gdiffmk/README index ff2ce342..357bbbc2 100644 --- a/contrib/gdiffmk/README +++ b/contrib/gdiffmk/README @@ -16,8 +16,8 @@ translates the output into something groff/troff/nroff can handle. Note the BUGS on the man page. -The `tests' directory contains simple tests. `tests.sh run' runs them and -compares the output against baseline files. Calling `tests.sh' without +The `tests' directory contains simple tests. `runtests run' runs them and +compares the output against baseline files. Calling `runtests' without argument gives the usage. ---------------------------------------------------------------------------- diff --git a/contrib/gdiffmk/tests/tests.sh b/contrib/gdiffmk/tests/runtests.sh old mode 100755 new mode 100644 similarity index 100% rename from contrib/gdiffmk/tests/tests.sh rename to contrib/gdiffmk/tests/runtests.sh -- 2.11.4.GIT