Missing else in STDOUT
This commit is contained in:
parent
a759c98b95
commit
412f91badf
2 changed files with 8 additions and 7 deletions
14
q433.txt
14
q433.txt
|
@ -1,7 +1,7 @@
|
||||||
:90
|
:90:Donner exactement un argument
|
||||||
a b c:90
|
a b c:90:Donner exactement un argument
|
||||||
a:10
|
a:10:Minuscule
|
||||||
A:11
|
A:11:Majuscule
|
||||||
5:12
|
5:12:Chiffre
|
||||||
=:20
|
=:20:Autre
|
||||||
abc:91
|
abc:91:Donner un seul caractère
|
||||||
|
|
1
test.sh
1
test.sh
|
@ -110,6 +110,7 @@ while IFS='' read -r i || [[ -n "$line" ]]; do
|
||||||
msg "blue" "\t\tAttendu :\t$e_stderr\n"
|
msg "blue" "\t\tAttendu :\t$e_stderr\n"
|
||||||
msg "blue" "\t\tObtenu :\t$ret_e\n"
|
msg "blue" "\t\tObtenu :\t$ret_e\n"
|
||||||
fi
|
fi
|
||||||
|
else
|
||||||
msg "red" "\tSDTERR (non attendu) : $ret_e\n"
|
msg "red" "\tSDTERR (non attendu) : $ret_e\n"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue