]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0070-fundamental.sh
unit-tests: rewrite t/helper/test-ctype.c as a unit test
[thirdparty/git.git] / t / t0070-fundamental.sh
index 487bc8d9054c908f97bc376005c3fd1eedd107b9..a4756fbab938d2b813e61b218901213fec80870c 100755 (executable)
@@ -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