Windows Support: Fix Build Regressions, Tests Pass

This commit is contained in:
Jeremy Edwards
2021-03-14 10:24:45 -07:00
parent cb8534b79b
commit 4181ece888
20 changed files with 322 additions and 55 deletions
@@ -0,0 +1,4 @@
@echo off
echo 012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
exit 0
@@ -0,0 +1,4 @@
@echo off
echo NON-DEFINED-EXIT-STATUS
exit 100
@@ -0,0 +1,4 @@
@echo off
echo NonOK
exit 1
@@ -0,0 +1,4 @@
@echo off
echo OK
exit 0
@@ -0,0 +1,5 @@
@echo off
ping 127.0.0.1 -n 3 > nul
echo SLEEP 3S SECOND
exit 0
@@ -0,0 +1,4 @@
@echo off
echo UNKNOWN
exit 3