tests: issue31: test should fail with ENOTEMPTY rather than 0.

This commit is contained in:
Juan RP 2015-01-18 10:06:46 +01:00
parent 1251583154
commit 9d8e2d0250

View File

@ -34,7 +34,8 @@ issue31_body() {
atf_check_equal $? 0
xbps-install -r root -C null.conf --repository=$PWD -yuvd A
atf_check_equal $? 0
# ENOTEMPTY
atf_check_equal $? 39
}
atf_init_test_cases() {