Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0b10003d
Commit
0b10003d
authored
Aug 30, 2011
by
Octavian Voicu
Committed by
Alexandre Julliard
Aug 30, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd/tests: Test del /s recursion in subdirectories with colons.
parent
abf5b64f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test_builtins.cmd
programs/cmd/tests/test_builtins.cmd
+2
-0
No files found.
programs/cmd/tests/test_builtins.cmd
View file @
0b10003d
...
@@ -854,6 +854,7 @@ rmdir del_q_dir
...
@@ -854,6 +854,7 @@ rmdir del_q_dir
echo ------------ Testing del /s --------------
echo ------------ Testing del /s --------------
mkdir "foo bar"
mkdir "foo bar"
cd "foo bar"
cd "foo bar"
mkdir "foo:"
echo hi > file1.dat
echo hi > file1.dat
echo there > file2.dat
echo there > file2.dat
echo bub > file3.dat
echo bub > file3.dat
...
@@ -868,6 +869,7 @@ for %%f in (1 2 3) do if exist file%%f.dat echo Del /s failed on file%%f
...
@@ -868,6 +869,7 @@ for %%f in (1 2 3) do if exist file%%f.dat echo Del /s failed on file%%f
for %%f in (1 2 3) do if exist file%%f.dat del file%%f.dat
for %%f in (1 2 3) do if exist file%%f.dat del file%%f.dat
if exist "file with spaces.dat" echo Del /s failed on "file with spaces.dat"
if exist "file with spaces.dat" echo Del /s failed on "file with spaces.dat"
if exist "file with spaces.dat" del "file with spaces.dat"
if exist "file with spaces.dat" del "file with spaces.dat"
rmdir "foo:"
cd ..
cd ..
rmdir "foo bar"
rmdir "foo bar"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment