summaryrefslogtreecommitdiff
path: root/test/main
diff options
context:
space:
mode:
Diffstat (limited to 'test/main')
-rwxr-xr-xtest/main3
1 files changed, 3 insertions, 0 deletions
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"