Bump to 1.14.1
[platform/upstream/augeas.git] / tests / test-augtool / ini-yum-change.sh
1 commands="
2 set /files/etc/yum.conf/main/debuglevel 99
3 "
4
5 lens=Yum.lns
6 file="/etc/yum.conf"
7
8 diff='--- /etc/yum.conf
9 +++ /etc/yum.conf.augnew
10 @@ -1,7 +1,7 @@
11  [main]
12  cachedir=/var/cache/yum
13  keepcache=0
14 -debuglevel=2
15 +debuglevel=99
16  logfile=/var/log/yum.log
17  exactarch=1
18  obsoletes=1'