diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-02-26 15:06:10 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-05 03:45:45 +0100 |
commit | a4bfedec701fb4433923c338b623d1d3e21ed620 (patch) | |
tree | 92813d415911cca0b6742f41960f257ecabb41d1 /.gitignore | |
parent | Move test-loopback to normal tests (diff) | |
download | systemd-a4bfedec701fb4433923c338b623d1d3e21ed620.tar.xz systemd-a4bfedec701fb4433923c338b623d1d3e21ed620.zip |
Rename test-boot-timestamp to test-boot-timestamps and enable by default
The source file name and the binary name were mismatched.
Rename binary to match.
Make the test exit with TEST_SKIP if the data is missing or we
have no permissions. Otherwise, the data will be printed, which
should be safe to enable by default.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 18db046cac..162160ef21 100644 --- a/.gitignore +++ b/.gitignore @@ -133,7 +133,7 @@ /test-audit-type /test-barrier /test-bitmap -/test-boot-timestamp +/test-boot-timestamps /test-btrfs /test-bus-benchmark /test-bus-chat |