Don't use negative exit codes

This commit is contained in:
Kamil Śliwak
2021-03-04 16:53:05 +01:00
parent dbfd3db038
commit 4e3ebda0f4
+1 -1
View File
@@ -27,7 +27,7 @@ TESTED=0
if [ "$(ls | wc -l)" -ne 0 ]; then
echo "Test directory not empty. Skipping!"
exit -1
exit 1
fi
# function tests whether exporting and importing again leaves the JSON ast unchanged