Skip to content

Commit

Permalink
fix typos in TESTCMD3,4 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jyganci authored and adelosa committed Oct 8, 2023
1 parent 7167a07 commit c3d00f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions rt/test/TESTCMD3.MLC
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*---------------------------------------------------------------------*
* *
* Input: Environment variable TESTCMDFILE contains the name of *
* test file; naximum length of name is 255 *
* the test file *
* *
*---------------------------------------------------------------------*
* *
Expand Down Expand Up @@ -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
*
***********************************************************************
*
Expand All @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions rt/test/TESTCMD4.MLC
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit c3d00f1

Please sign in to comment.