Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 17:36:58 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353361 - head/tests/sys/cddl/zfs/include
Message-ID:  <201910091736.x99HawHh010385@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910091736.x99HawHh010385>