X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Ftest-file-path.cc;h=8a891afeea8c79d1d6da211fccc148803fcf8424;hb=311400605c5433931a6a6cb42c2286e7cdc20566;hp=fa23bddedd6741984e25203bb5883a804675b664;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/flower/test-file-path.cc b/flower/test-file-path.cc index fa23bddedd..8a891afeea 100644 --- a/flower/test-file-path.cc +++ b/flower/test-file-path.cc @@ -1,4 +1,5 @@ #include "file-path.hh" +#include "file-name.hh" #include #include @@ -6,16 +7,13 @@ #include "yaffut.hh" #include "config.hh" -using std::string; - TEST (File_path, Find) { char const *extensions[] = {"ly", "", 0}; string file = "init"; - char cwd[PATH_MAX]; - if (!getcwd (cwd, PATH_MAX)) + if (get_working_directory().empty()) { - std::cerr << "Could not get current work directory\n"; + cerr << "Could not get current work directory\n"; exit (1); } string ly_dir = string (getenv ("top-src-dir")) + "/ly";