Module Name: src Committed By: rillig Date: Sun Dec 17 10:02:10 UTC 2023
Modified Files: src/tests/usr.bin/indent: t_misc.sh Log Message: tests/indent: don't create an unneeded file To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/tests/usr.bin/indent/t_misc.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/usr.bin/indent/t_misc.sh diff -u src/tests/usr.bin/indent/t_misc.sh:1.28 src/tests/usr.bin/indent/t_misc.sh:1.29 --- src/tests/usr.bin/indent/t_misc.sh:1.28 Sun Dec 10 17:45:35 2023 +++ src/tests/usr.bin/indent/t_misc.sh Sun Dec 17 10:02:09 2023 @@ -1,5 +1,5 @@ #! /bin/sh -# $NetBSD: t_misc.sh,v 1.28 2023/12/10 17:45:35 rillig Exp $ +# $NetBSD: t_misc.sh,v 1.29 2023/12/17 10:02:09 rillig Exp $ # # Copyright (c) 2021 The NetBSD Foundation, Inc. # All rights reserved. @@ -211,7 +211,6 @@ option_without_hyphen_body() printf ' -i3 xi5 +di0\n' > .indent.pro printf '%s\n' 'int var[] = {' '1,' '}' > code.c - printf '%s\n' 'int var[] = {' ' 1,' '}' > code.exp atf_check \ -s 'exit:1' \