aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2022-11-14 18:20:04 +0000
committermerakor <cem@ckyln.com>2022-11-14 18:20:04 +0000
commitde4432e2b2367be0da64d92235981bd18d143915 (patch)
tree7081c56eef243ce4a59107e213feaf5ea434b45b
parentf91269d707b2d4987e6d019520965620e283fa2b (diff)
downloadcpt-de4432e2b2367be0da64d92235981bd18d143915.tar.gz
spec: update test to reflect upon the 'cpt cbi' 'cpt bi' changes
FossilOrigin-Name: 3591d4cafc586fd6f4835ea2c3b95b87e5fca1c107a6be2da070d321df230fac
-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 5286ab9..84ed7af 100644
--- a/spec/02_src_spec.sh
+++ b/spec/02_src_spec.sh
@@ -52,7 +52,7 @@ Describe 'Main toolchain'
It "expands the '$1' shortcut to '$2'"
When run script src/cpt "$1" --help
The status should be success
- The word 2 of line 1 should eq "cpt-${2%% *}"
+ The word 3 of line 1 should eq "$1"
End
End
End