/[libconf]/libconf/perl-Libconf/test/shell/autologin_test.pl
ViewVC logotype

Diff of /libconf/perl-Libconf/test/shell/autologin_test.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by dams, Wed Mar 12 15:27:36 2003 UTC revision 1.6 by dams, Sat May 24 21:19:45 2003 UTC
# Line 13  test(1); Line 13  test(1);
13  display(2);  display(2);
14  $struct = new Libconf("autologin", 'shell', '');  $struct = new Libconf("autologin", 'shell', '');
15  $struct->editAtom(-1, {key => 'USER', value => 'plop'});  $struct->editAtom(-1, {key => 'USER', value => 'plop'});
16    $struct->editAtom(-1, {key => 'AUTOLOGIN', value => 'no'});
17    $struct->editAtom(-1, {key => 'EXEC', value => 'startx'});
18  $struct->writeConf("autologin_output_2");  $struct->writeConf("autologin_output_2");
19  test(2);  test(2);
20    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26