diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-22 15:43:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-22 15:43:02 +0200 |
commit | 6bba67ee786693e76adfc3ee4b129635fd1b6997 (patch) | |
tree | 69a9f6d24f79369742397a55494e78603cf2d781 /tests/test/script/runner | |
parent | 50ccab4eedc499dd013fd449163f9c948d18244b (diff) |
Fix typo
Diffstat (limited to 'tests/test/script/runner')
-rw-r--r-- | tests/test/script/runner/cleanup.test | 2 | ||||
-rw-r--r-- | tests/test/script/runner/status.test | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/script/runner/cleanup.test b/tests/test/script/runner/cleanup.test index 5018bd1..474ce48 100644 --- a/tests/test/script/runner/cleanup.test +++ b/tests/test/script/runner/cleanup.test @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file +mkdir build -+cat <<EOI >>>build/boostrap.build ++cat <<EOI >>>build/bootstrap.build project = test amalgamation = diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index 09d5b16..f1a20ec 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file +mkdir build -+cat <<EOI >>>build/boostrap.build ++cat <<EOI >>>build/bootstrap.build project = test amalgamation = |