Merge branch 'ak/typofixes'
* ak/typofixes: t/lib-terminal.sh: fix typo pack-bitmap: fix typo
This commit is contained in:
@ -60,7 +60,7 @@ static struct bitmap_index {
|
|||||||
struct ewah_bitmap *blobs;
|
struct ewah_bitmap *blobs;
|
||||||
struct ewah_bitmap *tags;
|
struct ewah_bitmap *tags;
|
||||||
|
|
||||||
/* Map from SHA1 -> `stored_bitmap` for all the bitmapped comits */
|
/* Map from SHA1 -> `stored_bitmap` for all the bitmapped commits */
|
||||||
khash_sha1 *bitmaps;
|
khash_sha1 *bitmaps;
|
||||||
|
|
||||||
/* Number of bitmapped commits */
|
/* Number of bitmapped commits */
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Helpers for terminal output tests.
|
# Helpers for terminal output tests.
|
||||||
|
|
||||||
# Catch tests which should depend on TTY but forgot to. There's no need
|
# Catch tests which should depend on TTY but forgot to. There's no need
|
||||||
# to aditionally check that the TTY prereq is set here. If the test declared
|
# to additionally check that the TTY prereq is set here. If the test declared
|
||||||
# it and we are running the test, then it must have been set.
|
# it and we are running the test, then it must have been set.
|
||||||
test_terminal () {
|
test_terminal () {
|
||||||
if ! test_declared_prereq TTY
|
if ! test_declared_prereq TTY
|
||||||
|
Reference in New Issue
Block a user