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
_______________________________________________
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