6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
# $FreeBSD$
|
||
|
|
||
|
set -e
|
||
|
v=$(! printf "%d" 4wrong 2>/dev/null)
|
||
|
[ "$v" = "4" ]
|