Skip to content

Commit

Permalink
update ttest
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Nov 12, 2018
1 parent 2b62809 commit cb432f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ttest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ for shell in ${shells[@]}; do
" > "$tmpf"
"$shc" -f "$tmpf" -o "$tmpd/a.out"
out=$("$tmpd/a.out")
if [[ "$out" = *'Hello World'* ]]; then
if [[ "$out" = 'Hello World' ]]; then
echo -e "$shell: ${txtgrn}PASSED${txtrst}"
((pc++))
else
Expand Down

0 comments on commit cb432f1

Please sign in to comment.