summaryrefslogtreecommitdiff
path: root/test/main
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-02-07 16:47:02 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-02-07 16:49:33 +0100
commita25dc638eae1a78ec60ec291c5f83c68c1cdbd0d (patch)
tree1964c2484b2162101efb8a854fa8c3e80ba346ba /test/main
parent3e96241318cd5dcef69bf00a43be14bf58a72097 (diff)
Move bootstrap and pkglist to examples/
Diffstat (limited to 'test/main')
-rwxr-xr-xtest/main2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main b/test/main
index 3544ed0..e78d090 100755
--- a/test/main
+++ b/test/main
@@ -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 ]]