forked from FDOS/freecom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdir-test.txt
25 lines (19 loc) · 1.1 KB
/
dir-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Regression tests for dir.c
--------------------------
If you add tests, please email them to normat@rpi.edu
The following directories must exist: C:\TEMP, D:\TIM, C:\WINDOWS D:\TIM\C
Current working directories are: C:\TEMP, D:\TIM
Current drive is: C
Type the command in the "From" column and make sure the files listed are what
are shown in the other columns.
From Drive Dir File
---- ----- --- ----
DIR C \TEMP *.*
DIR \ C \ *.*
DIR \windows C \windows *.*
DIR d: D \tim *.*
DIR d:\ D \ *.*
DIR d:. D \tim *.*
DIR file C \TEMP file.*
DIR .ext C \TEMP *.ext
DIR D:c D \tim\c *.*