diff options
author | merakor <cem@ckyln.com> | 2021-11-03 09:49:58 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-11-03 09:49:58 +0000 |
commit | 0be5b545860f71414ede2ae7f842bb4aacf992ab (patch) | |
tree | e00bd462fcea70c6d7ef96e5de8acfac510e3f69 /spec | |
parent | ea96404333f59474e7460d57c1fe700d4a3818ed (diff) | |
download | cpt-0be5b545860f71414ede2ae7f842bb4aacf992ab.tar.gz |
tests: fix base test
FossilOrigin-Name: 3c0f9817bce5e611c8e7467eb9c4c2875bbc01315f29526ca2e64f2c77c0c9e9
Diffstat (limited to 'spec')
-rw-r--r-- | spec/01_lib_spec.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/01_lib_spec.sh b/spec/01_lib_spec.sh index 29bd05a..ebf7f66 100644 --- a/spec/01_lib_spec.sh +++ b/spec/01_lib_spec.sh @@ -197,6 +197,7 @@ Describe 'CPT Library' Describe 'pkg_get_base()' CPT_ROOT=$PWD/tests CPT_PATH=$PWD/tests/repository + cpt_base=$PWD/tests/etc/cpt-base It 'returns packages defined in base' When call pkg_get_base nonl The output should eq "dummy-pkg contrib-dummy-pkg " |