Skip to content

Commit

Permalink
Test also keys present only in the modified file and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mvidner committed Dec 12, 2018
1 parent 1b11b82 commit 7e111a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/data/dhcp.expected
Expand Up @@ -41,3 +41,4 @@ DHCLIENT_SET_HOSTNAME="no"
# empty to not send any hostname.
#
DHCLIENT_HOSTNAME_OPTION=
DHCLIENT_NEW_OPTION="foo"
6 changes: 6 additions & 0 deletions test/data/dhcp.modified
@@ -1 +1,7 @@
# This comment will be ignored

# This comment will be ignored too
DHCLIENT_HOSTNAME_OPTION=

# All comments in the modified file are in fact ignored
DHCLIENT_NEW_OPTION="foo"

0 comments on commit 7e111a8

Please sign in to comment.