tests: issue31: test should fail with ENOTEMPTY rather than 0.
This commit is contained in:
parent
1251583154
commit
9d8e2d0250
@ -34,7 +34,8 @@ issue31_body() {
|
|||||||
atf_check_equal $? 0
|
atf_check_equal $? 0
|
||||||
|
|
||||||
xbps-install -r root -C null.conf --repository=$PWD -yuvd A
|
xbps-install -r root -C null.conf --repository=$PWD -yuvd A
|
||||||
atf_check_equal $? 0
|
# ENOTEMPTY
|
||||||
|
atf_check_equal $? 39
|
||||||
}
|
}
|
||||||
|
|
||||||
atf_init_test_cases() {
|
atf_init_test_cases() {
|
||||||
|
Loading…
Reference in New Issue
Block a user