From c3d00f10688696d947a2988c477ee073b71aacb1 Mon Sep 17 00:00:00 2001 From: John Ganci Date: Fri, 6 Oct 2023 21:38:29 -0500 Subject: [PATCH] fix typos in TESTCMD3,4 comments --- rt/test/TESTCMD3.MLC | 6 +++--- rt/test/TESTCMD4.MLC | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) mode change 100644 => 100755 rt/test/TESTCMD3.MLC diff --git a/rt/test/TESTCMD3.MLC b/rt/test/TESTCMD3.MLC old mode 100644 new mode 100755 index 46cbaf1c..a29743a2 --- a/rt/test/TESTCMD3.MLC +++ b/rt/test/TESTCMD3.MLC @@ -23,7 +23,7 @@ *---------------------------------------------------------------------* * * * Input: Environment variable TESTCMDFILE contains the name of * -* test file; naximum length of name is 255 * +* the test file * * * *---------------------------------------------------------------------* * * @@ -148,7 +148,7 @@ ShowRC DS 0H * R14 = return address * R15 = return code * 0 test command file found -* 4 unable to find TESCMDFILE environment variable +* 4 unable to find TESTCMDFILE environment variable * *********************************************************************** * @@ -158,7 +158,7 @@ GetEnv DS 0H * WARNING: no save area * GETENV TESTCMDFILE Get name of test file - LTR R15,R15 Found TESTFILENAME? + LTR R15,R15 Found TESTCMDNAME? BNZ GE8000 No * LA R3,63(,R2) * SNAP STORAGE=((2),(3)),PDATA=,TEXT='TESTCMDFILE' diff --git a/rt/test/TESTCMD4.MLC b/rt/test/TESTCMD4.MLC index 4d3a9fed..f5f3d424 100644 --- a/rt/test/TESTCMD4.MLC +++ b/rt/test/TESTCMD4.MLC @@ -25,10 +25,10 @@ *---------------------------------------------------------------------* * * * Input: Environment variable TESTCMDFILE1 contains the name of * -* first test file; naximum length of name is 255 * +* first test file * * * * Environment variable TESTCMDFILE2 contains the name of * -* second test file; naximum length of name is 255 * +* second test file * * * * * * Test What is tested * @@ -253,14 +253,14 @@ GetEnv DS 0H * WARNING: no save area * GETENV TESTCMDFILE1 Get name of first test file - LTR R15,R15 Found TESTFILENAME1? + LTR R15,R15 Found TESTCMDFILE1? BNZ GE8000 No * LA R3,63(,R2) * SNAP STORAGE=((2),(3)),PDATA=,TEXT='TESTCMDFILE1' ST R2,TstCmd@1 Save A(first test file name) * GETENV TESTCMDFILE2 Get name of second test file - LTR R15,R15 Found TESTFILENAME2? + LTR R15,R15 Found TESTCMDFILE2? BNZ GE8000 No * LA R3,63(,R2) * SNAP STORAGE=((2),(3)),PDATA=,TEXT='TESTCMDFILE2'