New -find test -disk_path

This commit is contained in:
2012-06-21 20:34:40 +00:00
parent 9520fd1c77
commit abb6a2704f
9 changed files with 179 additions and 59 deletions

View File

@ -48,6 +48,7 @@ struct ExprtesT {
17= -hidden int *arg1 (bit0=iso_rr, bit1=joliet)
18= -has_hfs_crtp char *creator char *type
19= -has_hfs_bless int bless_index
20= -disk_path char *arg1
*/
int test_type;
@ -193,6 +194,10 @@ struct FindjoB {
-4 = unsupported command
-5 = -then -elseif -else -endif without -if or at wrong place
*/
/* Counts the test matches */
unsigned long match_count;
};