------------------------------------------------------------
revno: 1437
committer: James Hunt <[email protected]>
branch nick: upstart
timestamp: Tue 2013-02-26 16:31:52 +0000
message:
  * util/tests/test_initctl.c: test_upstart_open(): Unset UPSTART_SESSION
    to avoid session-init environment affecting test run.
modified:
  ChangeLog
  util/tests/test_initctl.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	2013-02-25 09:42:11 +0000
+++ ChangeLog	2013-02-26 16:31:52 +0000
@@ -1,3 +1,9 @@
+2013-02-26  James Hunt  <[email protected]>
+
+	* util/tests/test_initctl.c: test_upstart_open(): Unset
+	  UPSTART_SESSION to avoid session-init environment affecting
+	  test run.
+
 2013-02-15  James Hunt  <[email protected]>
 
 	* util/tests/test_initctl.c:

=== modified file 'util/tests/test_initctl.c'
--- util/tests/test_initctl.c	2013-02-25 09:38:55 +0000
+++ util/tests/test_initctl.c	2013-02-26 16:31:52 +0000
@@ -988,6 +988,8 @@
 	 * hold the only reference to the connection.
 	 */
 	TEST_FEATURE ("with private connection");
+	unsetenv ("UPSTART_SESSION");
+
 	TEST_ALLOC_FAIL {
 		use_dbus = FALSE;
 		dest_name = NULL;

-- 
upstart-devel mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/upstart-devel

Reply via email to