You've already forked bash-ini-parser
mirror of
https://github.com/albfan/bash-ini-parser.git
synced 2025-08-10 16:22:59 +03:00
Correct error code on invalid test
This commit is contained in:
@@ -7,7 +7,7 @@ test_description="check invalid ini files"
|
|||||||
test_expect_success "Invalid line" "
|
test_expect_success "Invalid line" "
|
||||||
export COVERAGE_NAME=invalid_line
|
export COVERAGE_NAME=invalid_line
|
||||||
cp ../.simplecov .
|
cp ../.simplecov .
|
||||||
test_expect_code 1 $COMMAND cfg_parser $DIR_TEST/invalid.ini
|
test_expect_code 2 $COMMAND cfg_parser $DIR_TEST/invalid.ini
|
||||||
"
|
"
|
||||||
|
|
||||||
test_done
|
test_done
|
||||||
|
Reference in New Issue
Block a user