diff options
Diffstat (limited to 'spec')
-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 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 |