[netfilter-cvslog] r4349 - trunk/nfsim-testsuite/01iptables

rusty at netfilter.org rusty at netfilter.org
Wed Oct 12 12:34:14 CEST 2005


Author: rusty at netfilter.org
Date: 2005-10-12 12:34:13 +0200 (Wed, 12 Oct 2005)
New Revision: 4349

Modified:
   trunk/nfsim-testsuite/01iptables/35ipt_mac.sim
Log:
Backtick breaks new backtick code, should be normal quote anyway: use wildcard

Modified: trunk/nfsim-testsuite/01iptables/35ipt_mac.sim
===================================================================
--- trunk/nfsim-testsuite/01iptables/35ipt_mac.sim	2005-10-12 10:12:05 UTC (rev 4348)
+++ trunk/nfsim-testsuite/01iptables/35ipt_mac.sim	2005-10-12 10:34:13 UTC (rev 4349)
@@ -44,7 +44,7 @@
 iptables -D INPUT -m mac --mac-source ! 00:50:BA:56:CB:3A
 
 # Inverted twice (expecting: failure)
-expect iptables *Multiple `!' flags not allowed
+expect iptables *Multiple *!* flags not allowed
 expect iptables iptables: command failed
 iptables -I INPUT -m mac ! --mac-source ! 00:50:BA:56:CB:3A
 




More information about the netfilter-cvslog mailing list