diff options
Diffstat (limited to 'user/lsof/test-disable-nfs-test.patch')
-rw-r--r-- | user/lsof/test-disable-nfs-test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/lsof/test-disable-nfs-test.patch b/user/lsof/test-disable-nfs-test.patch new file mode 100644 index 000000000..9ccb11cf9 --- /dev/null +++ b/user/lsof/test-disable-nfs-test.patch @@ -0,0 +1,13 @@ +LTnfs requires a NFS filesystem in order to run. + +--- lsof_4.91/lsof_4.91_src/tests/Makefile 2006-01-10 13:27:52.000000000 -0500 ++++ lsof_4.91/lsof_4.91_src/tests/Makefile 2018-09-12 18:27:52.309560442 -0400 +@@ -19,7 +19,7 @@ + + BASTST= LTbasic + STDTST= LTnlink LTsock LTszoff LTunix +-OPTTST= LTbigf LTdnlc LTlock LTnfs ++OPTTST= LTbigf LTdnlc LTlock + + all: ${CKTSTDB} ${BASTST} ${STDTST} FRC + @./${CKTSTDB}; xv=$$?; \ |