summaryrefslogtreecommitdiff
path: root/test/main
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-01 11:16:51 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-01 11:16:51 +0200
commit852432bcdcfc7a33889ff7067bec79688d1a0696 (patch)
treea1b2c36f4f49d00a0f6f804bfff8ea08085ddec2 /test/main
parentc69c0644f80dc147e0210a6db514b656df7bdaa7 (diff)
Updated tests
Diffstat (limited to 'test/main')
-rwxr-xr-xtest/main4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main b/test/main
index 7c2004e..56e6e8d 100755
--- a/test/main
+++ b/test/main
@@ -28,7 +28,7 @@ export HOME=$test_home
$test_proot/core/include/bootstrap $test_proot $test_pdir
echo "# checking for success"
-[[ -e $test_home/.pkg.conf ]]
+[[ -e $test_home/.config/pkg/pkg.conf ]]
[[ -d $test_proot/core ]]
[[ -d $test_pdir/core ]]
[[ -L $test_home/bin/pkg ]]
@@ -57,7 +57,7 @@ echo "# pkg add (already installed)"
for conf_origin in 0 1; {
echo "## GIT_USE_ORIGIN=$conf_origin"
- echo "GIT_USE_ORIGIN=$conf_origin" >> $test_home/.pkg.conf
+ echo "GIT_USE_ORIGIN=$conf_origin" >> $test_home/.config/pkg/pkg.conf
for repo in ra ra-bare; {
file=${repo%-*}
if [[ $repo == *-bare ]] {