diff options
| -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 " | 
