mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
fixing test value
This commit is contained in:
parent
29f3e63bfa
commit
1b09a56320
@ -70,7 +70,7 @@ else
|
||||
cwriteln( 'Signal terminating diff = "', code, '"')
|
||||
end
|
||||
|
||||
if result ~= 'exit' or exitcode ~= 0
|
||||
if result ~= 'exit' or code ~= 0
|
||||
then
|
||||
os.exit( 1 )
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user