Missing else in STDOUT

This commit is contained in:
Yorick Barbanneau 2018-11-20 00:31:46 +01:00
parent a759c98b95
commit 412f91badf
2 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
:90
a b c:90
a:10
A:11
5:12
=:20
abc:91
:90:Donner exactement un argument
a b c:90:Donner exactement un argument
a:10:Minuscule
A:11:Majuscule
5:12:Chiffre
=:20:Autre
abc:91:Donner un seul caractère

View file

@ -110,6 +110,7 @@ while IFS='' read -r i || [[ -n "$line" ]]; do
msg "blue" "\t\tAttendu :\t$e_stderr\n"
msg "blue" "\t\tObtenu :\t$ret_e\n"
fi
else
msg "red" "\tSDTERR (non attendu) : $ret_e\n"
fi
fi