]> xenbits.xensource.com Git - freebsd.git/commitdiff
Fix tests use /etc/motd after r350184 by using an always existing file
authorlwhsu <lwhsu@FreeBSD.org>
Sat, 31 Aug 2019 14:41:58 +0000 (14:41 +0000)
committerlwhsu <lwhsu@FreeBSD.org>
Sat, 31 Aug 2019 14:41:58 +0000 (14:41 +0000)
Sponsored by: The FreeBSD Foundation

cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/tst.DestructWithFunction.d.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/tst.ZeroFunctionProbes.d.ksh
cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/tst.NoSpecBuffer.exe

index 3fe90f7a091f4ddc724d9dbb2d4992300d0d119a..8e9e3497a0daeb1ed3725bb689a2cec06be42227 100644 (file)
@@ -43,7 +43,7 @@ reader()
        while true
        do
                sleep 0.1
-               cat /etc/motd > /dev/null
+               cat /COPYRIGHT > /dev/null
        done
 }
 
index b92a5380b9bcba3adcbd2cadc8b2cc4a4f6fcafc..cdd4c43264d55942c5454d387b219de7218f56f4 100644 (file)
@@ -44,7 +44,7 @@ reader()
        while true
        do
                sleep 0.1
-               cat /etc/motd > /dev/null
+               cat /COPYRIGHT > /dev/null
        done
 }
 
index 55364b795210b06f1cd58c10262b31b04c222635..5acce76efc6cd7ac8fbc349b67fae51365bed8d9 100644 (file)
@@ -26,5 +26,5 @@
 while true
 do
        sleep 0.1
-       cat /etc/motd > /dev/null
+       cat /COPYRIGHT > /dev/null
 done