From 2f0a8a258ef8d4b2e8c787a565c0d9e2ac24697c Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 17 May 2018 14:11:58 +0100 Subject: create-repo.sh: use foo etc. for changed lines Letters are already used for filenames so keep them distinct for clarity. --- tests/create-repo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/create-repo.sh b/tests/create-repo.sh index ee1310e..9c84150 100755 --- a/tests/create-repo.sh +++ b/tests/create-repo.sh @@ -51,14 +51,14 @@ main () { done # Now start making changes - edit file-a three a # depends on file-a tag - edit file-b three a # depends on file-b tag + edit file-a three foo # depends on file-a tag + edit file-b three bar # depends on file-b tag # Change non-overlapping part of previously changed file - edit file-a eight a # depends on file-a tag + edit file-a eight foo # depends on file-a tag # Change previously changed line - edit file-a three b # depends on file-a-three-a tag + edit file-a three baz # depends on file-a-three-a tag } main -- cgit