Module Name:    src
Committed By:   jruoho
Date:           Tue Mar 27 17:57:02 UTC 2012

Modified Files:
        src/tests/bin/cat: t_cat.sh

Log Message:
Fix another type in the metadata.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/cat/t_cat.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/bin/cat/t_cat.sh
diff -u src/tests/bin/cat/t_cat.sh:1.1 src/tests/bin/cat/t_cat.sh:1.2
--- src/tests/bin/cat/t_cat.sh:1.1	Tue Mar 27 08:16:33 2012
+++ src/tests/bin/cat/t_cat.sh	Tue Mar 27 17:57:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_cat.sh,v 1.1 2012/03/27 08:16:33 jruoho Exp $
+# $NetBSD: t_cat.sh,v 1.2 2012/03/27 17:57:02 jruoho Exp $
 #
 # Copyright (c) 2012 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -42,7 +42,7 @@ align_body() {
 
 atf_test_case nonexistent
 nonexistent_head() {
-	atf_set "descr" "Test that cat(1) doest return zero exit " \
+	atf_set "descr" "Test that cat(1) doesn't return zero exit " \
 			"status for a nonexistent file (PR bin/3538)"
 }
 

Reply via email to