------------------------------------------------------------ revno: 1603 committer: James Hunt <[email protected]> branch nick: upstart timestamp: Thu 2014-03-06 13:17:25 +0000 message: * lib/tests/test_libupstart.c: test_libupstart(): Another init => test_init fix. modified: ChangeLog lib/tests/test_libupstart.c
-- lp:upstart https://code.launchpad.net/~upstart-devel/upstart/trunk Your team Upstart Reviewers is subscribed to branch lp:upstart. To unsubscribe from this branch go to https://code.launchpad.net/~upstart-devel/upstart/trunk/+edit-subscription
=== modified file 'ChangeLog' --- ChangeLog 2014-03-05 14:23:37 +0000 +++ ChangeLog 2014-03-06 13:17:25 +0000 @@ -1,3 +1,8 @@ +2014-03-06 James Hunt <[email protected]> + + * lib/tests/test_libupstart.c: test_libupstart(): Another + init => test_init fix. + 2014-03-05 James Hunt <[email protected]> * doc/states.dot: Added missing security state. === modified file 'lib/tests/test_libupstart.c' --- lib/tests/test_libupstart.c 2013-07-02 14:16:20 +0000 +++ lib/tests/test_libupstart.c 2014-03-06 13:17:25 +0000 @@ -133,7 +133,7 @@ TEST_EQ (ret, 0); nih_message ("Running instance version: '%s'", version); - assert0 (fnmatch ("init (upstart*)", version, 0x0)); + assert0 (fnmatch ("test_init (upstart*)", version, 0x0)); STOP_UPSTART (upstart_pid); TEST_DBUS_END (dbus_pid);
-- upstart-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/upstart-devel
