|
@@ -15326,11 +15326,19 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^-rm <src>:( |\t)*Delete all files that match the specified file pattern.( )*</expected-output>
|
|
|
+ <expected-output>^-rm \[-skipTrash\] <src>:( |\t)*Delete all files that match the specified file pattern.( )*</expected-output>
|
|
|
</comparator>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^( |\t)*Equivlent to the Unix command "rm <src>"( )*</expected-output>
|
|
|
+ <expected-output>^( |\t)*Equivalent to the Unix command "rm <src>"( )*</expected-output>
|
|
|
+ </comparator>
|
|
|
+ <comparator>
|
|
|
+ <type>RegexpComparator</type>
|
|
|
+ <expected-output>^( |\t)*-skipTrash option bypasses trash, if enabled, and immediately( )*</expected-output>
|
|
|
+ </comparator>
|
|
|
+ <comparator>
|
|
|
+ <type>RegexpComparator</type>
|
|
|
+ <expected-output>^( |\t)*deletes <src>( )*</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|
|
@@ -15345,11 +15353,19 @@
|
|
|
<comparators>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^-rmr <src>:( |\t)*Remove all directories which match the specified file( )*</expected-output>
|
|
|
+ <expected-output>^-rmr \[-skipTrash\] <src>:( |\t)*Remove all directories which match the specified file( )*</expected-output>
|
|
|
+ </comparator>
|
|
|
+ <comparator>
|
|
|
+ <type>RegexpComparator</type>
|
|
|
+ <expected-output>^( |\t)*pattern. Equivalent to the Unix command "rm -rf <src>"( )*</expected-output>
|
|
|
+ </comparator>
|
|
|
+ <comparator>
|
|
|
+ <type>RegexpComparator</type>
|
|
|
+ <expected-output>^( |\t)*-skipTrash option bypasses trash, if enabled, and immediately( )*</expected-output>
|
|
|
</comparator>
|
|
|
<comparator>
|
|
|
<type>RegexpComparator</type>
|
|
|
- <expected-output>^( |\t)*pattern. Equivlent to the Unix command "rm -rf <src>"( )*</expected-output>
|
|
|
+ <expected-output>^( |\t)*deletes <src>( )*</expected-output>
|
|
|
</comparator>
|
|
|
</comparators>
|
|
|
</test>
|