cloudinit/system
Michael Marineau a270c4c737 env_file: fix broken test cases
TestWriteEnvFileDos2Unix had a copy/paste bug, it shouldn't have
asserted that mtime doesn't change because the file is actually being
modified in this test. This didn't come up earlier because the actual
comparison wasn't using Time.Equal as it should have.

Instead switch to comparing inode numbers which is the actual thing I
wanted to test for in the first place, just accessing them is much more
awkard. Now all tests where it is relevant check the inode in addition
to the contents.
2014-07-11 13:35:10 -07:00
..
env_file_test.go env_file: fix broken test cases 2014-07-11 13:35:10 -07:00
env_file.go environment: add support for updating /etc/environment with IP values 2014-07-11 10:34:44 -07:00
file_test.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00
file.go fix(system): write all files atomically 2014-06-06 10:36:36 -07:00
networkd.go fix(network): Generate prefixes to ensure proper lexicographical ordering 2014-06-20 17:51:57 -07:00
ssh_key.go refactor(*): Break apart packages 2014-03-18 09:14:11 -07:00
systemd_test.go fix(systemd): unmask runtime units when mask=False 2014-06-06 10:55:42 -07:00
systemd.go fix(systemd): unmask runtime units when mask=False 2014-06-06 10:55:42 -07:00
user.go fix(user): user correct primary group flag for useradd 2014-05-07 14:06:51 -07:00