Bump to 1.14.1
[platform/upstream/augeas.git] / tests / test-augtool / rec-rm-record.sh
1 commands="
2 rm /files/etc/pam.d/newrole/1
3 "
4
5 lens=Pam.lns
6 file="/etc/pam.d/newrole"
7
8 diff='--- /etc/pam.d/newrole
9 +++ /etc/pam.d/newrole.augnew
10 @@ -1,5 +1,4 @@
11  #%PAM-1.0
12 -auth       include\tsystem-auth
13  account    include\tsystem-auth
14  password   include\tsystem-auth
15  session    required\tpam_namespace.so unmnt_remnt no_unmount_on_close'