D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Filename :
test_shells.aug
back
Copy
(* Test for shells lens *) module Test_shells = let conf = "# this is a comment /bin/bash /bin/tcsh /opt/csw/bin/bash # CSWbash " test Shells.lns get conf = { "#comment" = "this is a comment" } {} { "1" = "/bin/bash" } { "2" = "/bin/tcsh" } { "3" = "/opt/csw/bin/bash" { "#comment" = "CSWbash" } }