Module Name:    src
Committed By:   pgoyette
Date:           Sun Dec 27 01:46:24 UTC 2015

Modified Files:
        src/tests/sbin/gpt: t_gpt.sh

Log Message:
Update test - the attributes listed by the show command now have a space
in the comma-separated list.

This allows the test to once again pass.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/sbin/gpt/t_gpt.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/sbin/gpt/t_gpt.sh
diff -u src/tests/sbin/gpt/t_gpt.sh:1.11 src/tests/sbin/gpt/t_gpt.sh:1.12
--- src/tests/sbin/gpt/t_gpt.sh:1.11	Sun Dec  6 00:38:30 2015
+++ src/tests/sbin/gpt/t_gpt.sh	Sun Dec 27 01:46:24 2015
@@ -1,4 +1,4 @@
-# $NetBSD: t_gpt.sh,v 1.11 2015/12/06 00:38:30 christos Exp $
+# $NetBSD: t_gpt.sh,v 1.12 2015/12/27 01:46:24 pgoyette Exp $
 #
 # Copyright (c) 2015 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -160,7 +160,7 @@ change_attr_2part_body() {
 	prepare_2part
 	match "$(attrmsg 1)" gpt set -i 1 -a biosboot,bootme "$disk"
 	save attr gpt show -i 1 "$disk"
-	match "^Attributes: biosboot,bootme\$" tail -1 attr
+	match "^Attributes: biosboot, bootme\$" tail -1 attr
 	match "$(attrmsg 1)" gpt unset -i 1 -a biosboot,bootme "$disk"
 	save attr gpt show -i 1 "$disk"
 	match "^Attributes: None\$" tail -1 attr

Reply via email to