Use more formal speech in messages

This commit is contained in:
martin 2018-05-04 10:44:24 +00:00
parent b42bc35ca8
commit d3941ea9b2
5 changed files with 15 additions and 15 deletions

View File

@ -156,11 +156,11 @@ EOF
file -b ./md32 > ./ftype32
file -b ./md64 > ./ftype64
if diff ./ftype32 ./ftype64 >/dev/null; then
atf_fail "Generated binz ain't no different"
atf_fail "Generated 32bit binaries do not differ from 64bit ones"
fi
echo "32bit Binz on this platform are:"
echo "32bit binaries on this platform are:"
cat ./ftype32
echo "64bit Binz are on the other hand:"
echo "64bit binaries are on the other hand:"
cat ./ftype64
atf_check -e match:"signed integer overflow" ./md32

View File

@ -150,11 +150,11 @@ EOF
file -b ./md32 > ./ftype32
file -b ./md64 > ./ftype64
if diff ./ftype32 ./ftype64 >/dev/null; then
atf_fail "Generated binz ain't no different"
atf_fail "Generated 32bit binaries do not differ from 64bit ones"
fi
echo "32bit Binz on this platform are:"
echo "32bit binaries on this platform are:"
cat ./ftype32
echo "64bit Binz are on the other hand:"
echo "64bit binaries are on the other hand:"
cat ./ftype64
atf_check -s signal:8 -e match:"division by zero" ./md32

View File

@ -156,11 +156,11 @@ EOF
file -b ./md32 > ./ftype32
file -b ./md64 > ./ftype64
if diff ./ftype32 ./ftype64 >/dev/null; then
atf_fail "Generated binz ain't no different"
atf_fail "Generated 32bit binaries do not differ from 64bit ones"
fi
echo "32bit Binz on this platform are:"
echo "32bit binaries on this platform are:"
cat ./ftype32
echo "64bit Binz are on the other hand:"
echo "64bit binaries are on the other hand:"
cat ./ftype64
atf_check -e match:"negation of" ./md32

View File

@ -156,11 +156,11 @@ EOF
file -b ./md32 > ./ftype32
file -b ./md64 > ./ftype64
if diff ./ftype32 ./ftype64 >/dev/null; then
atf_fail "Generated binz ain't no different"
atf_fail "Generated 32bit binaries do not differ from 64bit ones"
fi
echo "32bit Binz on this platform are:"
echo "32bit binaries on this platform are:"
cat ./ftype32
echo "64bit Binz are on the other hand:"
echo "64bit binaries are on the other hand:"
cat ./ftype64
atf_check -s ignore -e match:"signed integer overflow" ./md32

View File

@ -153,11 +153,11 @@ EOF
file -b ./md32 > ./ftype32
file -b ./md64 > ./ftype64
if diff ./ftype32 ./ftype64 >/dev/null; then
atf_fail "Generated binz ain't no different"
atf_fail "Generated 32bit binaries do not differ from 64bit ones"
fi
echo "32bit Binz on this platform are:"
echo "32bit binaries on this platform are:"
cat ./ftype32
echo "64bit Binz are on the other hand:"
echo "64bit binaries are on the other hand:"
cat ./ftype64
atf_check -e match:"out of bounds" ./md32