From 9d8e2d025036119d7353f169dfba18210c26835f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 18 Jan 2015 10:06:46 +0100 Subject: [PATCH] tests: issue31: test should fail with ENOTEMPTY rather than 0. --- tests/xbps/libxbps/shell/issue31_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/xbps/libxbps/shell/issue31_test.sh b/tests/xbps/libxbps/shell/issue31_test.sh index f777360e..d7a14e80 100644 --- a/tests/xbps/libxbps/shell/issue31_test.sh +++ b/tests/xbps/libxbps/shell/issue31_test.sh @@ -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() {