Actually, I also had to fix up one of the roundtrip tests
(test/rec-hosts-rm-hosts.rb) - that shows the downside of exposing
comments in the tree: the test used to do 'rm /files/etc/hosts/*' which
used to only delete the lines with actual host entries from the file and
leave comment behind. Now it needs to 

        rm /files/etc/hosts/1
        rm /files/etc/hosts/2
        
That's probably not an important issue in practice, but something to
keep in mind.

David


_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to