summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ]] {