diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-12-18 10:12:30 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-01-10 12:47:02 +0100 |
commit | 2380a554acf987160dd0dcfee31ac5b8d91eebfa (patch) | |
tree | 761060f420e8d7d3bfa1d48e9feafd08fb4e3c11 /test | |
parent | 9ac6101724cbfaec02f904491c0ec8a9f2d6ab5f (diff) | |
download | justbuild-2380a554acf987160dd0dcfee31ac5b8d91eebfa.tar.gz |
just-lock tests: Fix small recurrent typo
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}" |