Skip to content

Commit

Permalink
Revert "unittests: fix wrong data path"
Browse files Browse the repository at this point in the history
This reverts commit 01f2aa6.
  • Loading branch information
bertsky committed Mar 14, 2019
1 parent 8396b61 commit 2c408b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/include_gunit.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "fileio.h" // for tesseract::File
#include "gtest/gtest.h"

const char* FLAGS_test_tmpdir = TESTDATA_DIR;
const char* FLAGS_test_tmpdir = "./tmp";

class file : public tesseract::File {
public:
Expand Down

0 comments on commit 2c408b3

Please sign in to comment.