~jamesodhunt/ubuntu/saucy/upstart/1.9.1

« back to all changes in this revision

Viewing changes to init/tests/test_job_class.c

  • Committer: James Hunt
  • Date: 2013-06-28 15:57:37 UTC
  • mfrom: (1436.2.1)
  • Revision ID: james.hunt@ubuntu.com-20130628155737-8bskclzrhmjvpm6e
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
                TEST_EQ_P (class->setuid, NULL);
146
146
                TEST_EQ_P (class->setgid, NULL);
147
147
 
 
148
                TEST_EQ_P (class->apparmor_switch, NULL);
 
149
 
148
150
                TEST_FALSE (class->deleted);
149
151
 
150
152
                nih_free (class);