From c8ef119f4ba330aaa78bb09fc869bb7e8a86b6cc Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 17 Jun 2019 18:21:45 +0200 Subject: [PATCH] tests: enable debug flag in directory to symlink test --- tests/xbps/xbps-install/behaviour_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/xbps/xbps-install/behaviour_tests.sh b/tests/xbps/xbps-install/behaviour_tests.sh index d645ee9c..cb2636bc 100644 --- a/tests/xbps/xbps-install/behaviour_tests.sh +++ b/tests/xbps/xbps-install/behaviour_tests.sh @@ -65,7 +65,6 @@ directory_to_symlink_head() { } directory_to_symlink_body() { - atf_expect_failure "does not work at the moment" mkdir -p some_repo pkg_A/foo touch pkg_A/foo/bar # create package and install it @@ -88,7 +87,7 @@ directory_to_symlink_body() { atf_check_equal $? 0 cd .. - xbps-install -r root -C empty.conf --repository=$PWD/some_repo -y -u + xbps-install -r root -C empty.conf --repository=$PWD/some_repo -dvyu atf_check_equal $? 0 }