diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-27 22:33:01 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-09-27 22:33:01 +0300 |
commit | 9701514d4ad1152da564ebf6690c514becd4339a (patch) | |
tree | 69cf8c9a9991cb4f9fed6fbc2415f0605c52578e /test | |
parent | 6b1b9c16a1b55804df36457de0650414ab3f017d (diff) | |
parent | e71e74ac9af232d58e6c672e37ddf7e8737d68b1 (diff) | |
download | egawk-9701514d4ad1152da564ebf6690c514becd4339a.tar.gz egawk-9701514d4ad1152da564ebf6690c514becd4339a.tar.bz2 egawk-9701514d4ad1152da564ebf6690c514becd4339a.zip |
Merge branch 'master' into comment
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rw-r--r-- | test/profile2.ok | 2 | ||||
-rw-r--r-- | test/profile3.ok | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c40b803a..5a641b84 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2014-09-27 Arnold D. Robbins <arnold@skeeve.com> + + * profile2.ok, profile3.ok, profile4.ok, profile5.ok: + Adjusted after minor code change. + 2014-09-18 Arnold D. Robbins <arnold@skeeve.com> * filefuncs.awk: Change to build directory instead of "..". diff --git a/test/profile2.ok b/test/profile2.ok index 50c7e190..938d6858 100644 --- a/test/profile2.ok +++ b/test/profile2.ok @@ -1,4 +1,4 @@ - # BEGIN block(s) + # BEGIN rule(s) BEGIN { 1 if (sortcmd == "") { diff --git a/test/profile3.ok b/test/profile3.ok index 50172c48..bbf06541 100644 --- a/test/profile3.ok +++ b/test/profile3.ok @@ -1,4 +1,4 @@ - # BEGIN block(s) + # BEGIN rule(s) BEGIN { 1 the_func = "p" |