~jamesodhunt/upstart/foo

« back to all changes in this revision

Viewing changes to init/tests/test_process.c

Merge of lp:~jamesodhunt/upstart/upstream-session-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
main (int   argc,
158
158
      char *argv[])
159
159
{
 
160
        /* run tests in legacy (pre-session support) mode */
 
161
        setenv ("UPSTART_NO_SESSIONS", "1", 1);
 
162
 
160
163
        test_new ();
161
164
 
162
165
        test_name ();