mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 07:31:25 +02:00
adjusted unit testst for policy importer
This commit is contained in:
@@ -10,9 +10,9 @@ cmp test1.result test_data/test1.result && \
|
||||
cmp test1.stderr test_data/test1.stderr
|
||||
|
||||
echo "iptables" && \
|
||||
./importer_test iptables < test_data/iptables_test1.conf > test1.result 2> test1.stderr
|
||||
cmp test1.result test_data/iptables_test1.result && \
|
||||
cmp test1.stderr test_data/iptables_test1.stderr && \
|
||||
./importer_test iptables < test_data/iptables_test1.conf > iptables_test1.result 2> iptables_test1.stderr
|
||||
cmp iptables_test1.result test_data/iptables_test1.result && \
|
||||
cmp iptables_test1.stderr test_data/iptables_test1.stderr && \
|
||||
|
||||
echo PASS || echo FAIL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user