diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 00:06:17 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2016-03-03 19:04:06 +0100 |
commit | 0999c8ade89727ade8dc943711e6d61bcc671ab7 (patch) | |
tree | fb67ebbca1151006bff02ab5b234172ce0a15aef /.gitignore | |
parent | d5b29bb5d901d7426e93e6268c548ddb68e468ec (diff) | |
download | systemd-0999c8ade89727ade8dc943711e6d61bcc671ab7.tar.gz |
tests: move fd-util related tests to test-fd-util.c
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f6139960cd..993436fc31 100644 --- a/.gitignore +++ b/.gitignore @@ -187,6 +187,7 @@ /test-event /test-execute /test-extract-word +/test-fd-util /test-fdset /test-fileio /test-firewall-util |