aboutsummaryrefslogtreecommitdiff
path: root/tests/test-desktop-shortcuts.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-16 22:45:54 -0600
committerTed Gould <ted@gould.cx>2010-02-16 22:45:54 -0600
commit1b58c66bcd65fa6fe7e59b62aa357cce38308fde (patch)
treef79ae905a69238a3350cc0f863b00a72b7981184 /tests/test-desktop-shortcuts.c
parent3e69079ea6fda3e08b9548376014e8ea28ce0151 (diff)
downloadlibayatana-indicator-1b58c66bcd65fa6fe7e59b62aa357cce38308fde.tar.gz
libayatana-indicator-1b58c66bcd65fa6fe7e59b62aa357cce38308fde.tar.bz2
libayatana-indicator-1b58c66bcd65fa6fe7e59b62aa357cce38308fde.zip
Being more specific about where we should find the touch file for distcheck
Diffstat (limited to 'tests/test-desktop-shortcuts.c')
-rw-r--r--tests/test-desktop-shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-desktop-shortcuts.c b/tests/test-desktop-shortcuts.c
index c2344db..1a655f7 100644
--- a/tests/test-desktop-shortcuts.c
+++ b/tests/test-desktop-shortcuts.c
@@ -103,7 +103,7 @@ test_desktop_shortcuts_launch (void)
g_assert(nicks_contains(nicks, "touch"));
g_assert(indicator_desktop_shortcuts_nick_exec(ids, "touch"));
- g_assert(g_file_test("test-desktop-shortcuts-touch-test", G_FILE_TEST_EXISTS));
+ g_assert(g_file_test(BUILD_DIR "/test-desktop-shortcuts-touch-test", G_FILE_TEST_EXISTS));
g_object_unref(ids);