diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-04 14:09:31 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-10-04 14:09:31 -0400 |
commit | 9dd19a89b3f66257fe42b20f40a8f6ce59ed77f6 (patch) | |
tree | 5cb14d1dae7d757afafed4cd318b8162ada01328 /test | |
parent | f5b650a06cddd447ad7a75330e9e9c6baf23ccc4 (diff) |
conf.sh: generalize {get,set}_conf_makepkg to {get,set}_var
Diffstat (limited to 'test')
-rw-r--r-- | test/lib-conf-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib-conf-test.sh b/test/lib-conf-test.sh index 0d028b8..efad907 100644 --- a/test/lib-conf-test.sh +++ b/test/lib-conf-test.sh @@ -16,7 +16,7 @@ it_sets_makepkg_vars_in_custom_file() { unset PKGDEST touch "$tmpdir/makepkg.conf" . $(librelib conf.sh) - MAKEPKG_CONF="$tmpdir/makepkg.conf" set_conf_makepkg PKGDEST /pkgdest + MAKEPKG_CONF="$tmpdir/makepkg.conf" set_var makepkg PKGDEST /pkgdest . "$tmpdir/makepkg.conf" [[ $PKGDEST == /pkgdest ]] } |