]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0070-fundamental.sh
The ninth batch
[thirdparty/git.git] / t / t0070-fundamental.sh
index f18f9284a5bf3961a3f5373f887b808e55cd9b75..0ecec2ba71116959fd2efceac7fc46683d1a3e91 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