Changeset 3185 in MondoRescue for branches/3.0/mondo/test/test-mountlist.c


Ignore:
Timestamp:
Sep 20, 2013, 2:29:57 PM (11 years ago)
Author:
Bruno Cornec
Message:

Simplify the interface of mr_getline and mr_asprintf. With 3.1 compatibility now will allow backports from this branch into 3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/test-mountlist.c

    r3158 r3185  
    5656char *flaws_str = NULL;
    5757
    58 mr_asprintf(&MONDO_LOGFILE,"/tmp/mrtest-mountlist.log");
     58mr_asprintf(MONDO_LOGFILE,"/tmp/mrtest-mountlist.log");
    5959
    6060/* Globals */
     
    7272
    7373setup_newt_stuff();
    74 mr_asprintf(&g_mountlist_fname, MOUNTLIST_TEST);
     74mr_asprintf(g_mountlist_fname, MOUNTLIST_TEST);
    7575log_it("before mountlist");
    7676load_mountlist(mountlist, g_mountlist_fname);
Note: See TracChangeset for help on using the changeset viewer.