summaryrefslogtreecommitdiffstats
path: root/tests/resources/process/cat.bat
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/resources/process/cat.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/resources/process/cat.bat b/tests/resources/process/cat.bat
new file mode 100644
index 0000000..af9b573
--- /dev/null
+++ b/tests/resources/process/cat.bat
@@ -0,0 +1,2 @@
+@ECHO OFF
+FOR /F "tokens=*" %%a IN ('more') DO ECHO %%a