Chromium Code Reviews| Index: test/win/no-quoting/somecmd.bat |
| diff --git a/test/win/no-quoting/somecmd.bat b/test/win/no-quoting/somecmd.bat |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0c2c28ac115949f4c9596ce2e2b37b83530ecef5 |
| --- /dev/null |
| +++ b/test/win/no-quoting/somecmd.bat |
| @@ -0,0 +1,2 @@ |
| +@echo off |
| +copy /y %1 %2 >nul 2>nul |