diff options
author | Ted Gould <ted@gould.cx> | 2010-02-16 22:45:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-16 22:45:54 -0600 |
commit | 1b58c66bcd65fa6fe7e59b62aa357cce38308fde (patch) | |
tree | f79ae905a69238a3350cc0f863b00a72b7981184 /tests | |
parent | 3e69079ea6fda3e08b9548376014e8ea28ce0151 (diff) | |
download | libayatana-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')
-rw-r--r-- | tests/test-desktop-shortcuts.c | 2 |
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); |