fixing test value

This commit is contained in:
Axel Kittenberger 2017-01-05 10:40:32 +01:00
parent 29f3e63bfa
commit 1b09a56320
1 changed files with 1 additions and 1 deletions

View File

@ -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