test: Remove useless macro definition

This definition in the dir_has_files unit test is not used,
so it should be removed.
This commit is contained in:
Alexandru Fazakas 2018-05-18 17:53:48 +03:00 committed by Carlos Soriano
parent 543f5ae369
commit 93fb7954fb

View file

@ -8,8 +8,6 @@
#include <unistd.h>
#include "eel/eel-string.h"
#define ROOT_DIR "file:///tmp"
/* Tests the function for a simple file */
static void
test_simple_file (void)