svn commit: r353361 - head/tests/sys/cddl/zfs/include

Alan Somers asomers at FreeBSD.org
Wed Oct 9 17:36:58 UTC 2019


Author: asomers
Date: Wed Oct  9 17:36:57 2019
New Revision: 353361
URL: https://svnweb.freebsd.org/changeset/base/353361

Log:
  ZFS: in the tests, don't override PWD
  
  The ZFS test suite was overriding the common $PWD variable with the path to
  the pwd command, even though no test wanted to use it that way.  Most tests
  didn't notice, because ksh93 eventually restored it to its proper meaning.
  
  MFC after:	2 weeks
  Sponsored by:	Axcient

Modified:
  head/tests/sys/cddl/zfs/include/commands.txt

Modified: head/tests/sys/cddl/zfs/include/commands.txt
==============================================================================
--- head/tests/sys/cddl/zfs/include/commands.txt	Wed Oct  9 17:24:09 2019	(r353360)
+++ head/tests/sys/cddl/zfs/include/commands.txt	Wed Oct  9 17:36:57 2019	(r353361)
@@ -132,7 +132,6 @@
 /bin/pkill
 /bin/ps
 #/usr/sbin/psrinfo
-/bin/pwd
 /usr/sbin/quotaon
 /bin/rcp
 /sbin/reboot


More information about the svn-src-all mailing list