mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-11-11 07:40:55 +00:00
9 lines
141 B
Lua
9 lines
141 B
Lua
|
-- a heavy duty test.
|
||
|
-- makes thousends of random changes to the source tree
|
||
|
|
||
|
require( 'posix' )
|
||
|
|
||
|
dofile( 'tests/testlib.lua' )
|
||
|
|
||
|
stopSshd()
|