svn commit: r317295 - head/tools/regression/geom_gpt

Ngie Cooper ngie at FreeBSD.org
Sat Apr 22 20:51:55 UTC 2017


Author: ngie
Date: Sat Apr 22 20:51:54 2017
New Revision: 317295
URL: https://svnweb.freebsd.org/changeset/base/317295

Log:
  The GPT class no longer exists; use the PART class instead
  
  MFC after:	5 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/tools/regression/geom_gpt/gctl_test_helper.c

Modified: head/tools/regression/geom_gpt/gctl_test_helper.c
==============================================================================
--- head/tools/regression/geom_gpt/gctl_test_helper.c	Sat Apr 22 20:29:56 2017	(r317294)
+++ head/tools/regression/geom_gpt/gctl_test_helper.c	Sat Apr 22 20:51:54 2017	(r317295)
@@ -117,7 +117,7 @@ main(int argc, char *argv[])
 
 	req = gctl_get_handle();
 	assert(req != NULL);
-	gctl_ro_param(req, "class", -1, "GPT");
+	gctl_ro_param(req, "class", -1, "PART");
 
 	while ((c = getopt(argc, argv, "v")) != -1) {
 		switch (c) {


More information about the svn-src-head mailing list