Changeset 3141 in MondoRescue for branches/3.0/mondo/test
- Timestamp:
- Jun 13, 2013, 6:05:57 PM (12 years ago)
- Location:
- branches/3.0/mondo/test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mondo/test/test-mountlist.c
r2991 r3141 26 26 extern int g_partition_table_locked_up; 27 27 extern int g_noof_rows; 28 29 /* Whether we should fail immediately at first error */ 30 bool g_fail_immediately = FALSE; 28 31 29 32 bool g_ISO_restore_mode = FALSE; /* are we in Iso Mode? */ -
branches/3.0/mondo/test/test-mr_stresc.c
r3116 r3141 8 8 #include <stdlib.h> 9 9 #include "mr_str.h" 10 #include "my-stuff.h" 11 12 /* Whether we should fail immediately at first error */ 13 bool g_fail_immediately = FALSE; 10 14 11 15 void (*mr_cleanup)(void) = NULL; 12 16 13 char * *strl= {17 char *strl[] = { 14 18 "test with space", 15 19 "test with \ backslash", -
branches/3.0/mondo/test/test-truncname.c
r3116 r3141 22 22 extern int g_partition_table_locked_up; 23 23 extern int g_noof_rows; 24 25 /* Whether we should fail immediately at first error */ 26 bool g_fail_immediately = FALSE; 24 27 25 28 bool g_ISO_restore_mode = FALSE; /* are we in Iso Mode? */
Note:
See TracChangeset
for help on using the changeset viewer.