fixing test

This commit is contained in:
Axel Kittenberger 2017-01-05 11:39:00 +01:00
parent 0c5e2c707e
commit 4c83a9b263
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ else
cwriteln( 'Signal terminating diff = ', code )
end
if exitcode ~= 0
if code ~= 0
then
os.exit( 1 )
else