diff options
-rwxr-xr-x | test/main | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ]] { |