Skip to content

Commit

Permalink
Remove non-existing exit status from test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Apr 26, 2017
1 parent cc37261 commit 3082be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ test_non_writable_directory() {
printf "\n $ $_cmd\n"
# execute
$_cmd > /dev/null
assertEquals "22" "$?"
assertEquals "21" "$?"
}

test_insufficient_cmd() {
Expand Down

0 comments on commit 3082be3

Please sign in to comment.