Module Name: src Committed By: mlelstv Date: Sat Apr 27 07:45:08 UTC 2013
Modified Files: src/tests/kernel: t_umountstress.sh Log Message: shorten test to not time out on our test infrastructure. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/kernel/t_umountstress.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/kernel/t_umountstress.sh diff -u src/tests/kernel/t_umountstress.sh:1.2 src/tests/kernel/t_umountstress.sh:1.3 --- src/tests/kernel/t_umountstress.sh:1.2 Sat Apr 20 09:00:03 2013 +++ src/tests/kernel/t_umountstress.sh Sat Apr 27 07:45:07 2013 @@ -1,4 +1,4 @@ -# $NetBSD: t_umountstress.sh,v 1.2 2013/04/20 09:00:03 mlelstv Exp $ +# $NetBSD: t_umountstress.sh,v 1.3 2013/04/27 07:45:07 mlelstv Exp $ # # Copyright (c) 2013 The NetBSD Foundation, Inc. # All rights reserved. @@ -66,7 +66,7 @@ EOF exec 9< ${TMPMP}/hold ( - for j in 0 1 2 3 4 5 6 7 8 9; do + for j in 0 1 2 3 4; do for k in 0 1 2 3 4 5 6 7 8 9; do if ! dd msgfmt=quiet if=/dev/zero \ count=1 of=${TMPMP}/test$i$j$k; then @@ -109,7 +109,7 @@ EOF case $rc in 0) ;; - *) atf_fail "File operation failed with rc $rc" + *) atf_fail "File operation failed" esac } umountstress_cleanup()