diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-11-14 21:41:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-11-14 21:41:59 +0200 |
commit | 8ed7ce1717bf35f9cd268e21056b0c2fc5485cf5 (patch) | |
tree | 650f7309d237c201322280ae3ab7e154a9cd5a14 /vms/vmstest.com | |
parent | 3f6a81b5812d5f527aea23e77754732374a10c55 (diff) | |
download | egawk-8ed7ce1717bf35f9cd268e21056b0c2fc5485cf5.tar.gz egawk-8ed7ce1717bf35f9cd268e21056b0c2fc5485cf5.tar.bz2 egawk-8ed7ce1717bf35f9cd268e21056b0c2fc5485cf5.zip |
VMS fixes, MBS related, sort of.
Diffstat (limited to 'vms/vmstest.com')
-rw-r--r-- | vms/vmstest.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/vmstest.com b/vms/vmstest.com index f35a9ad1..146053e1 100644 --- a/vms/vmstest.com +++ b/vms/vmstest.com @@ -89,7 +89,7 @@ $ $unix: $unix_tests: echo "unix_tests..." $ list = "fflush getlnhd localenl pid pipeio1 pipeio2" - - + " poundbang rtlen relen01 space strftlng" + + " poundbang rtlen rtlen01 space strftlng" $ gosub list_of_tests $ return $ |