@@ -922,7 +922,7 @@ describe("BundlePusher01", () => {
922
922
} ) ;
923
923
924
924
await runPushTestWithError ( "__tests__/__resources__/ExampleBundle01" , false ,
925
- "A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\" " +
925
+ "A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/ IBM/node-latest-os390-s390x/bin\" " +
926
926
"&& npm install' in remote directory '/u/ThisDoesNotExist/12345678'. " +
927
927
"Problem is: The output from the remote command implied that an error occurred, return code 1." ) ;
928
928
@@ -955,7 +955,7 @@ describe("BundlePusher01", () => {
955
955
} ) ;
956
956
957
957
await runPushTestWithError ( "__tests__/__resources__/ExampleBundle01" , false ,
958
- "A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\" " +
958
+ "A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/ IBM/node-latest-os390-s390x/bin\" " +
959
959
"&& npm install' in remote directory '/u/ThisDoesNotExist/12345678'. " +
960
960
"Problem is: The output from the remote command implied that an error occurred, return code 1." ) ;
961
961
@@ -988,7 +988,7 @@ describe("BundlePusher01", () => {
988
988
} ) ;
989
989
990
990
await runPushTestWithError ( "__tests__/__resources__/ExampleBundle01" , false ,
991
- "A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/IBM/node-latest-os390-s390x/bin\" " +
991
+ "A problem occurred attempting to run 'export PATH=\"$PATH:/usr/lpp/IBM/cnj/v8r0/ IBM/node-latest-os390-s390x/bin\" " +
992
992
"&& npm install' in remote directory '/u/ThisDoesNotExist/12345678'. " +
993
993
"Problem is: The output from the remote command implied that an error occurred, return code 1." ) ;
994
994
0 commit comments