From 852432bcdcfc7a33889ff7067bec79688d1a0696 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 1 Jun 2009 11:16:51 +0200 Subject: Updated tests --- test/main | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/main') 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 ]] { -- cgit v1.2.3