svn commit: r286991 - head/usr.sbin/pw/tests

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 21 11:25:43 UTC 2015


Author: bapt
Date: Fri Aug 21 11:25:42 2015
New Revision: 286991
URL: https://svnweb.freebsd.org/changeset/base/286991

Log:
  Fix typo in regression test

Modified:
  head/usr.sbin/pw/tests/pw_useradd.sh

Modified: head/usr.sbin/pw/tests/pw_useradd.sh
==============================================================================
--- head/usr.sbin/pw/tests/pw_useradd.sh	Fri Aug 21 10:49:12 2015	(r286990)
+++ head/usr.sbin/pw/tests/pw_useradd.sh	Fri Aug 21 11:25:42 2015	(r286991)
@@ -271,7 +271,7 @@ user_add_skel_body() {
 	populate_root_etc_skel
 
 	mkdir ${HOME}/skel
-	echo "a" > ${HOME}/skel/.ae
+	echo "a" > ${HOME}/skel/.a
 	echo "b" > ${HOME}/skel/b
 	mkdir ${HOME}/skel/c
 	mkdir ${HOME}/skel/c/d


More information about the svn-src-head mailing list