]> git.saurik.com Git - apt.git/blobdiff - test/libapt/fileutl_test.cc
CMake: Add unit tests
[apt.git] / test / libapt / fileutl_test.cc
index 0a299b51af045f1c577b3bfe14eed7759f5ef5c6..67bd850a123811149d72ab7c5b1c919fac1ffeea 100644 (file)
@@ -216,7 +216,7 @@ TEST(FileUtlTest, Glob)
 {
    std::vector<std::string> files;
    // normal match
-   files = Glob("*akefile");
+   files = Glob("*MakeLists.txt");
    EXPECT_EQ(1, files.size());
 
    // not there