diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/end-to-end/just-lock/computed.sh | 2 | ||||
-rwxr-xr-x | test/end-to-end/just-lock/deduplicate.sh | 2 | ||||
-rw-r--r-- | test/end-to-end/just-lock/git-imports.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/end-to-end/just-lock/computed.sh b/test/end-to-end/just-lock/computed.sh index f31984db..79e21fe3 100644 --- a/test/end-to-end/just-lock/computed.sh +++ b/test/end-to-end/just-lock/computed.sh @@ -150,7 +150,7 @@ git checkout --orphan barmaster git config user.name 'N.O.Body' git config user.email 'nobody@example.org' git add . -git commit -m 'Add foo.txt' 2>&1 +git commit -m 'Add bar.txt' 2>&1 # Set up repo to build mkdir -p "${WRKDIR}" diff --git a/test/end-to-end/just-lock/deduplicate.sh b/test/end-to-end/just-lock/deduplicate.sh index dad40c2d..4977db78 100755 --- a/test/end-to-end/just-lock/deduplicate.sh +++ b/test/end-to-end/just-lock/deduplicate.sh @@ -76,7 +76,7 @@ git checkout --orphan barmaster git config user.name 'N.O.Body' git config user.email 'nobody@example.org' git add . -git commit -m 'Add foo.txt' 2>&1 +git commit -m 'Add bar.txt' 2>&1 mkdir -p "${WRKDIR}" cd "${WRKDIR}" diff --git a/test/end-to-end/just-lock/git-imports.sh b/test/end-to-end/just-lock/git-imports.sh index 1f7c0cb0..aa29ba6c 100644 --- a/test/end-to-end/just-lock/git-imports.sh +++ b/test/end-to-end/just-lock/git-imports.sh @@ -54,7 +54,7 @@ git checkout --orphan barmaster git config user.name 'N.O.Body' git config user.email 'nobody@example.org' git add . -git commit -m 'Add foo.txt' 2>&1 +git commit -m 'Add bar.txt' 2>&1 mkdir -p "${WRKDIR}" cd "${WRKDIR}" |