diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/main | 2 | ||||
-rw-r--r-- | test/setup | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ source $tests/checklinks (source $tests/setup) echo "# bootstrapping PKG_DIR" -$test_proot/caretaker/include/bootstrap $test_proot $test_pdir +$test_proot/caretaker/examples/bootstrap $test_proot $test_pdir echo "# checking for success" [[ -e $test_home/.config/caretaker/caretaker.conf ]] @@ -2,7 +2,7 @@ echo "# setting up PKG_ROOT" cd $test_proot git clone --quiet ${1-git://git.tabularazor.org/~derf/caretaker} caretaker -cp caretaker/include/pkglist pkglist +cp caretaker/examples/pkglist pkglist for repo in ra rb rc; ( mkdir $repo cd $repo |