Changeset 1196 in MondoRescue for branches/stable/mondo/src/test
- Timestamp:
- Feb 21, 2007, 2:40:49 AM (18 years ago)
- Location:
- branches/stable/mondo/src/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/test/test-mem.c
r1178 r1196 38 38 mr_free(str); 39 39 40 printf("*** Test2 with mr_strcat\n"); 41 mr_asprintf(&str,"Another Chain"); 42 mr_strcat(str," %s", "of distrust"); 43 printf("Result: %s\n",str); 44 mr_free(str); 45 40 46 printf("*** Test with mr_getline/mr_free\n"); 41 47 fd = mr_fopen("/etc/passwd","r"); -
branches/stable/mondo/src/test/test-mem.res
r1178 r1196 6 6 *** Test with mr_strcat 7 7 Result: Another Chain of trust 8 *** Test2 with mr_strcat 9 Result: Another Chain of distrust 8 10 *** Test with mr_getline/mr_free 9 11 1st Result: root:x:0:0:root:/root:/bin/bash
Note:
See TracChangeset
for help on using the changeset viewer.