diff options
author | merakor <cem@ckyln.com> | 2022-11-14 20:46:22 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2022-11-14 20:46:22 +0000 |
commit | 58b0b323d934c3cf4127651b981c7c0e24910aad (patch) | |
tree | 841554f82dd093a96013946cc150dd4552b1f964 /spec/03_contrib_spec.sh | |
parent | 0d465189c89af2eafa6765915ccbdaa58d809d75 (diff) | |
download | cpt-58b0b323d934c3cf4127651b981c7c0e24910aad.tar.gz |
shellspec: fix shellcheck warning messages inside the test file
FossilOrigin-Name: f6ed9e242246f0aafbb6f1fc7b33baac368c92c1936ead686c42ed4a0783fc64
Diffstat (limited to 'spec/03_contrib_spec.sh')
-rw-r--r-- | spec/03_contrib_spec.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/spec/03_contrib_spec.sh b/spec/03_contrib_spec.sh index d9fcd30..b3d6df4 100644 --- a/spec/03_contrib_spec.sh +++ b/spec/03_contrib_spec.sh @@ -1,8 +1,9 @@ Describe 'contrib scripts' - export PATH=$PWD/src:$PWD/contrib:$PATH - export CPT_ROOT=$PWD/tests/03 - export CPT_PATH=$PWD/tests/repository - export CPT_COMPRESS='' + PATH=$PWD/src:$PWD/contrib:$PATH + CPT_ROOT=$PWD/tests/03 + CPT_PATH=$PWD/tests/repository + CPT_COMPRESS='' + export PATH CPT_ROOT CPT_PATH CPT_COMPRESS install_tmp() { CPT_HOOK='' ./src/cpt b -y contrib-dummy-pkg >/dev/null 2>&1 CPT_HOOK='' ./src/cpt-install -y contrib-dummy-pkg >/dev/null 2>&1 |