summaryrefslogtreecommitdiff
path: root/t/t4025-hunk-header.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t4025-hunk-header.sh')
-rwxr-xr-xt/t4025-hunk-header.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/t/t4025-hunk-header.sh b/t/t4025-hunk-header.sh
index 6356961..5397cb7 100755
--- a/t/t4025-hunk-header.sh
+++ b/t/t4025-hunk-header.sh
@@ -14,15 +14,9 @@ test_expect_success setup '
(
echo "A $NS" &&
- for c in B C D E F G H I J K
- do
- echo " $c"
- done &&
+ printf " %s\n" B C D E F G H I J K &&
echo "L $NS" &&
- for c in M N O P Q R S T U V
- do
- echo " $c"
- done
+ printf " %s\n" M N O P Q R S T U V
) >file &&
git add file &&