cmd/tests: Add test for attrib without parameter.
Signed-off-by: Bernhard Übelacker <bernhardu@mailbox.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5ec1524326
commit
36cc3d4c9c
@ -2360,6 +2360,7 @@ echo ------------ Testing attrib ------------
|
||||
rem FIXME Add tests for archive, hidden and system attributes + mixed attributes modifications
|
||||
mkdir foobar & cd foobar
|
||||
echo foo original contents> foo
|
||||
attrib
|
||||
attrib foo
|
||||
echo > bar
|
||||
echo --- read-only attribute
|
||||
|
@ -1431,6 +1431,7 @@ bar\baz removed
|
||||
@pwd@
|
||||
------------ Testing attrib ------------
|
||||
A@spaces@@drive@@path@foobar\foo@or_broken@A I@spaces@@drive@@path@foobar\foo
|
||||
A@spaces@@drive@@path@foobar\foo@or_broken@A I@spaces@@drive@@path@foobar\foo
|
||||
--- read-only attribute
|
||||
A R@spaces@@drive@@path@foobar\foo@or_broken@A R I@spaces@@drive@@path@foobar\foo
|
||||
foo
|
||||
|
Loading…
x
Reference in New Issue
Block a user