Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Oct 2014 15:33:16 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r273786 - head/usr.sbin/pw/tests
Message-ID:  <201410281533.s9SFXGa8017919@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Oct 28 15:33:15 2014
New Revision: 273786
URL: https://svnweb.freebsd.org/changeset/base/273786

Log:
  Fix atf syntax

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

Modified: head/usr.sbin/pw/tests/pw_delete.sh
==============================================================================
--- head/usr.sbin/pw/tests/pw_delete.sh	Tue Oct 28 15:30:33 2014	(r273785)
+++ head/usr.sbin/pw/tests/pw_delete.sh	Tue Oct 28 15:33:15 2014	(r273786)
@@ -27,7 +27,7 @@ group_do_not_delete_wheel_if_group_unkow
 	populate_etc_skel
 	atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x pw -V ${HOME} groupshow wheel
 	atf_check -e inline:"pw: -g expects a number\n" -s exit:64 -x pw -V ${HOME} groupdel -g I_do_not_exist
-	atf_check -s exit:0 -o "wheel:*:0:root\n" -x pw -V ${HOME} groupshow wheel
+	atf_check -s exit:0 -o inline:"wheel:*:0:root\n" -x pw -V ${HOME} groupshow wheel
 }
 
 atf_init_test_cases() {



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