diff --git a/src/lan/hardware.ycp b/src/lan/hardware.ycp index 6c0d579d5..6c24bd3e7 100644 --- a/src/lan/hardware.ycp +++ b/src/lan/hardware.ycp @@ -12,6 +12,7 @@ textdomain "network"; import "Arch"; +import "CWM"; import "Label"; import "Lan"; import "NetworkInterfaces"; @@ -80,7 +81,7 @@ configured with the same module name, the options will be merged while saving.If you specify options via Ethtool options, ifup will call ethtool with these options.

\n"); - if( isNewDevice() && !Arch::s390() )) + if( isNewDevice() && !Arch::s390() ) { /* Manual dialog help 4/4 */ diff --git a/testsuite/tests/include.err b/testsuite/tests/include.err new file mode 100644 index 000000000..e69de29bb diff --git a/testsuite/tests/include.out b/testsuite/tests/include.out new file mode 100644 index 000000000..e69de29bb diff --git a/testsuite/tests/include.ycp b/testsuite/tests/include.ycp new file mode 100644 index 000000000..e43be3fa5 --- /dev/null +++ b/testsuite/tests/include.ycp @@ -0,0 +1,4 @@ +// A basic syntax check +{ + include "network/lan/hardware.ycp"; +}