diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-03 21:55:05 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-04-03 21:55:05 +0300 |
commit | 09b5f3a50d30dd7aec60050f094b7ee070e23264 (patch) | |
tree | 9514c4d8b76ceb886e9d7e290a867352176c2bb7 | |
parent | 715ed54f32617ce819a92cd13f0f71cff6093841 (diff) | |
parent | 17fdac5a535106e32ad8c8aa9ac23b0f10573ccd (diff) | |
download | egawk-09b5f3a50d30dd7aec60050f094b7ee070e23264.tar.gz egawk-09b5f3a50d30dd7aec60050f094b7ee070e23264.tar.bz2 egawk-09b5f3a50d30dd7aec60050f094b7ee070e23264.zip |
Merge branch 'gawk-4.1-stable'
-rw-r--r-- | test/ChangeLog | 4 | ||||
-rw-r--r-- | test/Makefile.am | 1 | ||||
-rw-r--r-- | test/Makefile.in | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 8340cac4..1aafc32d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2014-04-03 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): Add readfile2.ok. Oops. + 2014-03-27 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (readfile2): New test. diff --git a/test/Makefile.am b/test/Makefile.am index 23a6b626..3958dda8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -711,6 +711,7 @@ EXTRA_DIST = \ readdir.awk \ readdir0.awk \ readfile2.awk \ + readfile2.ok \ rebt8b1.awk \ rebt8b1.ok \ rebt8b2.awk \ diff --git a/test/Makefile.in b/test/Makefile.in index 3d05bd67..c02cafe8 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -957,6 +957,7 @@ EXTRA_DIST = \ readdir.awk \ readdir0.awk \ readfile2.awk \ + readfile2.ok \ rebt8b1.awk \ rebt8b1.ok \ rebt8b2.awk \ |