aboutsummaryrefslogtreecommitdiff
path: root/spec/02_src_spec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spec/02_src_spec.sh')
-rw-r--r--spec/02_src_spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/02_src_spec.sh b/spec/02_src_spec.sh
index c5584ec..64eaa2f 100644
--- a/spec/02_src_spec.sh
+++ b/spec/02_src_spec.sh
@@ -10,7 +10,7 @@ Describe 'Main toolchain'
Describe 'cpt'
Describe '--version'
- VERSION=$(grep VERSION config.rc | sed 's/.* //g')
+ VERSION=$(grep VERSION config.mk | sed 's/.* //g')
It 'outputs cpt version'
When run script src/cpt --version
The stderr should eq "-> Carbs Packaging Tools $VERSION"