summaryrefslogtreecommitdiffstats
path: root/tests/xmlfiles/24-rule-ct.xml
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-08-10 12:52:12 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-10 13:02:18 +0200
commit663bbeba68f8abc5a33892535984a318aa258dd6 (patch)
tree7eaf920988a88405db90395a9f651143cd4f6618 /tests/xmlfiles/24-rule-ct.xml
parentd8061a3a53ba00db56b68eec72f6d0afa974b89b (diff)
tests: xml: remove \t and \n from all the files
These XML files are intented to be used for automated tests. Thus, it's important to have exactly the same output that was generated by the library. The beautified output does not match the real output that the library provides and it just makes things harder for us to provide a more advanced automated testing. If you want to make any of those file human readable, please use: xmllint --format file.xml or open the xml file and any browser, eg. firefox. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/xmlfiles/24-rule-ct.xml')
-rw-r--r--tests/xmlfiles/24-rule-ct.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/xmlfiles/24-rule-ct.xml b/tests/xmlfiles/24-rule-ct.xml
index 38edb4d..78c963f 100644
--- a/tests/xmlfiles/24-rule-ct.xml
+++ b/tests/xmlfiles/24-rule-ct.xml
@@ -1,13 +1,2 @@
-<rule>
- <family>ip</family>
- <table>filter</table>
- <chain>INPUT</chain>
- <handle>100</handle>
- <flags>0</flags>
- <expr type="ct">
- <dreg>1</dreg>
- <key>state</key>
- <dir>0</dir>
- </expr>
-</rule>
+<rule><family>ip</family><table>filter</table><chain>INPUT</chain><handle>100</handle><flags>0</flags><expr type="ct"><dreg>1</dreg><key>state</key><dir>0</dir></expr></rule>
<!-- nft add rule filter input ct state new,established accept -->