aboutsummaryrefslogtreecommitdiffstats
path: root/vms/vmstest.com
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2011-06-23 09:32:04 +0300
committerArnold D. Robbins <arnold@skeeve.com>2011-06-23 09:32:04 +0300
commita8eb83702d65cb92efa5555a8e8eb70a295e8a3b (patch)
treebc9a77f12eab88ddc1c338d3c7eac77caac92e3c /vms/vmstest.com
parent871edac539945a60e2e8a01a95cb19ddfb7a95e9 (diff)
downloadegawk-a8eb83702d65cb92efa5555a8e8eb70a295e8a3b.tar.gz
egawk-a8eb83702d65cb92efa5555a8e8eb70a295e8a3b.tar.bz2
egawk-a8eb83702d65cb92efa5555a8e8eb70a295e8a3b.zip
Minor TODO update and vms test fix.
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r--vms/vmstest.com5
1 files changed, 5 insertions, 0 deletions
diff --git a/vms/vmstest.com b/vms/vmstest.com
index b771028c..0ca3e0f1 100644
--- a/vms/vmstest.com
+++ b/vms/vmstest.com
@@ -345,10 +345,15 @@ $ echo "''test' skipped"
$ return
$
$msg:
+$ ! first show gawk's version (without copyright notice)
+$ gawk --version >_msg.tmp
+$ gawk "FNR == 1 {print; exit}" _msg.tmp
+$ rm _msg.tmp;
$ echo "Any output from ""DIF"" is bad news, although some differences"
$ echo "in floating point values are probably benign -- in particular,"
$ echo "some systems may omit a leading zero and the floating point"
$ echo "precision may lead to slightly different output in a few cases."
+$ echo ""
$ return
$
$printlang: