From 57d5db7d4e42a29a9205ac101a2119bcdac8a03c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 12 Apr 2009 12:37:04 +0200 Subject: Added support and tests for a package directory outside of /home --- test/main | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/main b/test/main index 62bc7b6..ada8709 100755 --- a/test/main +++ b/test/main @@ -43,6 +43,8 @@ echo "# checking for success" [[ -d $test_pdir/core ]] [[ -L $test_home/bin/pkg ]] [[ -L $test_home/bin/checklinks ]] +[[ -x $(readlink $test_home/bin/pkg) ]] +[[ -x $(readlink $test_home/bin/checklinks) ]] echo "# pkg list local" stringcmp "core" "$(pkg list)" @@ -70,6 +72,7 @@ echo "# pkg add (already installed)" echo "# populate_collected (~/bin)" [[ -L $test_home/bin/ra ]] +[[ -x $(readlink $test_home/bin/ra) ]] repeat 2 { echo "# pkg list" -- cgit v1.2.3