diff options
author | Junio C Hamano <gitster@pobox.com> | 2024-01-26 17:54:45 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-01-26 17:54:45 +0100 |
commit | b982aa9a9faf93152ed3a1a6b326e0b44a2e939e (patch) | |
tree | c16070f9f668f14b0f2e5a0ea3855ba56e2157f9 /t/t0070-fundamental.sh | |
parent | Merge branch 'ne/doc-filter-blob-limit-fix' (diff) | |
parent | unit-tests: rewrite t/helper/test-ctype.c as a unit test (diff) | |
download | git-b982aa9a9faf93152ed3a1a6b326e0b44a2e939e.tar.xz git-b982aa9a9faf93152ed3a1a6b326e0b44a2e939e.zip |
Merge branch 'al/unit-test-ctype'
Move test-ctype helper to the unit-test framework.
* al/unit-test-ctype:
unit-tests: rewrite t/helper/test-ctype.c as a unit test
Diffstat (limited to 't/t0070-fundamental.sh')
-rwxr-xr-x | t/t0070-fundamental.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/t/t0070-fundamental.sh b/t/t0070-fundamental.sh index f18f9284a5..0ecec2ba71 100755 --- a/t/t0070-fundamental.sh +++ b/t/t0070-fundamental.sh @@ -9,10 +9,6 @@ Verify wrappers and compatibility functions. TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh -test_expect_success 'character classes (isspace, isalpha etc.)' ' - test-tool ctype -' - test_expect_success 'mktemp to nonexistent directory prints filename' ' test_must_fail test-tool mktemp doesnotexist/testXXXXXX 2>err && grep "doesnotexist/test" err |