diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-01 11:16:51 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-01 11:16:51 +0200 |
commit | 852432bcdcfc7a33889ff7067bec79688d1a0696 (patch) | |
tree | a1b2c36f4f49d00a0f6f804bfff8ea08085ddec2 /test/main | |
parent | c69c0644f80dc147e0210a6db514b656df7bdaa7 (diff) |
Updated tests
Diffstat (limited to 'test/main')
-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 ]] { |