diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:35:01 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2021-02-25 11:49:48 +0100 |
| commit | 77dea84aa6e816f66dc622cec8ae2668eba3c068 (patch) | |
| tree | 755536a0ed1fb36c2899e9bff9e092c4008a25c4 /src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4.expected | |
| parent | 47f08826b44eed651b44dc8bacb5b46bc4c52067 (diff) | |
| parent | fd80297a396cc4dd7da4da20208fb360aa369aa7 (diff) | |
Merge branch 'debian/master' into ubuntu/master
Diffstat (limited to 'src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4.expected')
| -rw-r--r-- | src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4.expected | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4.expected b/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4.expected deleted file mode 100644 index 040ddc9d..00000000 --- a/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-write-unknown-4.expected +++ /dev/null @@ -1,31 +0,0 @@ -# test what happens with multiple defines of a name. -# -# Note that svGetValue() will return "l4x", which -# isn't correct in terms of shell-parsing. But we -# don't consider only line-by-line, thus this is -# expected. -# -# Also note that setting IPADDR will replace the last -# occurrence, and delete all previous once. - -#L1 - -#L2 - -METRIC1='' -METRIC2=$'\U0x' -METRIC3=$'x\U0' - -#L4 -IPADDR=set-by-test1 -#NM: ' - -#Lx-1 -#Lx-2 -IPADDR2=set-by-test2 -#Lx-3 - -#Ly-1 -#Ly-2 -IPADDR3=set-by-test3 -#Ly-3 |