diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-07 16:47:02 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-07 16:49:33 +0100 |
| commit | a25dc638eae1a78ec60ec291c5f83c68c1cdbd0d (patch) | |
| tree | 1964c2484b2162101efb8a854fa8c3e80ba346ba /test | |
| parent | 3e96241318cd5dcef69bf00a43be14bf58a72097 (diff) | |
Move bootstrap and pkglist to examples/
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 |
