Module Name:    src
Committed By:   pooka
Date:           Sat Jun 12 13:15:54 UTC 2010

Modified Files:
        src/tests/util: t_sort.sh

Log Message:
fix diagnostic output


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/util/t_sort.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/util/t_sort.sh
diff -u src/tests/util/t_sort.sh:1.2 src/tests/util/t_sort.sh:1.3
--- src/tests/util/t_sort.sh:1.2	Sat Jun 12 13:15:01 2010
+++ src/tests/util/t_sort.sh	Sat Jun 12 13:15:54 2010
@@ -1,4 +1,4 @@
-# $NetBSD: t_sort.sh,v 1.2 2010/06/12 13:15:01 pooka Exp $
+# $NetBSD: t_sort.sh,v 1.3 2010/06/12 13:15:54 pooka Exp $
 #
 # Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -172,7 +172,7 @@
 	rm -f in
 
 	# old behavior: sort: ftmp: mkstemp("-k1.1"): No such file or directory
-	echo "----- test: sort -T + $WORDS -----"
+	echo "----- test: yes | sed 200000q | sort -T + -----"
 	mkdir ./+
 	yes | sed 200000q | $TEST_SORT -T + > /dev/null \
 	    || atf_fail "program failed"

Reply via email to