Module Name: src Committed By: andvar Date: Tue Jan 7 17:36:45 UTC 2025
Modified Files: src/tests/fs/tmpfs: t_truncate.sh Log Message: s/Trunctaing/Truncating/ in echo message. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/fs/tmpfs/t_truncate.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/fs/tmpfs/t_truncate.sh diff -u src/tests/fs/tmpfs/t_truncate.sh:1.4 src/tests/fs/tmpfs/t_truncate.sh:1.5 --- src/tests/fs/tmpfs/t_truncate.sh:1.4 Sun Nov 7 17:51:18 2010 +++ src/tests/fs/tmpfs/t_truncate.sh Tue Jan 7 17:36:45 2025 @@ -1,4 +1,4 @@ -# $NetBSD: t_truncate.sh,v 1.4 2010/11/07 17:51:18 jmmv Exp $ +# $NetBSD: t_truncate.sh,v 1.5 2025/01/07 17:36:45 andvar Exp $ # # Copyright (c) 2005, 2006, 2007 The NetBSD Foundation, Inc. # All rights reserved. @@ -35,7 +35,7 @@ basic_body() { echo "Creating big file" jot 10000 >a || atf_fail "Failed to create big file" - echo "Trunctaing the file to a smaller size" + echo "Truncating the file to a smaller size" echo foo >a || atf_fail "Failed to truncate file to a smaller size" [ $(md5 a | cut -d ' ' -f 4) = d3b07384d113edec49eaa6238ad5ff00 ] || \ echo "Truncated file is incorrect"