svn commit: r312104 - head/usr.sbin/fstyp/tests

Conrad E. Meyer cem at FreeBSD.org
Sat Jan 14 01:08:06 UTC 2017


Author: cem
Date: Sat Jan 14 01:08:04 2017
New Revision: 312104
URL: https://svnweb.freebsd.org/changeset/base/312104

Log:
  Fix broken fstyp exfat testcase
  
  Introduced in r312010.
  
  It helps to read the documentation before trying to test something.

Modified:
  head/usr.sbin/fstyp/tests/fstyp_test.sh

Modified: head/usr.sbin/fstyp/tests/fstyp_test.sh
==============================================================================
--- head/usr.sbin/fstyp/tests/fstyp_test.sh	Sat Jan 14 01:03:20 2017	(r312103)
+++ head/usr.sbin/fstyp/tests/fstyp_test.sh	Sat Jan 14 01:08:04 2017	(r312104)
@@ -64,7 +64,7 @@ exfat_head() {
 }
 exfat_body() {
 	bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img
-	atf_check -s exit:0 -o inline:"exfat\n" fstyp exfat.img
+	atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img
 }
 
 atf_test_case empty


More information about the svn-src-all mailing list