diff options
Diffstat (limited to 'spec/02_src_spec.sh')
-rw-r--r-- | spec/02_src_spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/02_src_spec.sh b/spec/02_src_spec.sh index 4685ec1..be81775 100644 --- a/spec/02_src_spec.sh +++ b/spec/02_src_spec.sh @@ -13,7 +13,7 @@ Describe 'Main toolchain' VERSION=$(sed -n '/VERSION/s/.* //gp' config.mk) It 'outputs cpt version' When run script src/cpt --version - The stderr should eq "-> Carbs Packaging Tools $VERSION" + The line 1 of stdout should eq "Carbs Packaging Tools, version $VERSION" End End |