~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to init/tests/test_job_class.c

* Merge of 'setuid' + 'setgid' stanzas from
  Evan Broder (lp:~broder/upstart/drop-privileges).

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
                TEST_EQ_P (class->chroot, NULL);
141
141
                TEST_EQ_P (class->chdir, NULL);
 
142
 
 
143
                TEST_EQ_P (class->setuid, NULL);
 
144
                TEST_EQ_P (class->setgid, NULL);
 
145
 
142
146
                TEST_FALSE (class->deleted);
143
147
 
144
148
                nih_free (class);