Fix tests use /etc/motd after r350184 by using an always existing file

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-08-31 14:41:58 +00:00
parent e9fff745a7
commit 8dc0ad14ad
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=351643
3 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ reader()
while true
do
sleep 0.1
cat /etc/motd > /dev/null
cat /COPYRIGHT > /dev/null
done
}

View File

@ -44,7 +44,7 @@ reader()
while true
do
sleep 0.1
cat /etc/motd > /dev/null
cat /COPYRIGHT > /dev/null
done
}

View File

@ -26,5 +26,5 @@
while true
do
sleep 0.1
cat /etc/motd > /dev/null
cat /COPYRIGHT > /dev/null
done