adjusted unit testst for policy importer

This commit is contained in:
Vadim Kurland
2008-02-13 04:27:06 +00:00
parent 85e722d574
commit 1c01b614ba
+3 -3
View File
@@ -10,9 +10,9 @@ cmp test1.result test_data/test1.result && \
cmp test1.stderr test_data/test1.stderr cmp test1.stderr test_data/test1.stderr
echo "iptables" && \ echo "iptables" && \
./importer_test iptables < test_data/iptables_test1.conf > test1.result 2> test1.stderr ./importer_test iptables < test_data/iptables_test1.conf > iptables_test1.result 2> iptables_test1.stderr
cmp test1.result test_data/iptables_test1.result && \ cmp iptables_test1.result test_data/iptables_test1.result && \
cmp test1.stderr test_data/iptables_test1.stderr && \ cmp iptables_test1.stderr test_data/iptables_test1.stderr && \
echo PASS || echo FAIL echo PASS || echo FAIL