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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to