diff options
Diffstat (limited to 'system-settings/plugins/ifupdown/tests/test11')
-rw-r--r-- | system-settings/plugins/ifupdown/tests/test11 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system-settings/plugins/ifupdown/tests/test11 b/system-settings/plugins/ifupdown/tests/test11 new file mode 100644 index 000000000..89561dd7d --- /dev/null +++ b/system-settings/plugins/ifupdown/tests/test11 @@ -0,0 +1,5 @@ +iface pppoe inet manual +# case 11: wrapped line (without leading space on the wrapped part, wrap within a multi-word value) + pre-up /sbin/ifconfig \ +eth0 up + |