The test fails with "exit 1" if /usr/games/fortune doesn't actually

exist.  Fix that.

PR:		conf/71994
Submitted by:	Mikael Eklund <rma@ludd.ltu.se>
Reviewed by:	crees
Reviewed by:	jilles
Approved by:	cperciva (implicit)
MFC after:	3 days
This commit is contained in:
eadler 2012-11-01 19:38:03 +00:00
parent feaa48d246
commit fe1e7b62c1

View File

@ -6,4 +6,4 @@
#
# Uncomment to display a random cookie each login:
# [ -x /usr/games/fortune ] && /usr/games/fortune -s
# if ( -x /usr/games/fortune ) /usr/games/fortune -s