Bump to 1.14.1
[platform/upstream/augeas.git] / tests / test-augtool / ini-yum-newkey.sh
1 commands="
2 set /files/etc/yum.conf/main/newparam newval
3 "
4
5 lens=Yum.lns
6 file="/etc/yum.conf"
7
8 diff='--- /etc/yum.conf
9 +++ /etc/yum.conf.augnew
10 @@ -13,3 +13,4 @@
11
12  # PUT YOUR REPOS HERE OR IN separate files named file.repo
13  # in /etc/yum.repos.d
14 +newparam=newval'