aboutsummaryrefslogtreecommitdiff
path: root/t/inotifywait-no-event-occured.t
diff options
context:
space:
mode:
Diffstat (limited to 't/inotifywait-no-event-occured.t')
-rwxr-xr-xt/inotifywait-no-event-occured.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/inotifywait-no-event-occured.t b/t/inotifywait-no-event-occured.t
index 792f9b0..c0f0330 100755
--- a/t/inotifywait-no-event-occured.t
+++ b/t/inotifywait-no-event-occured.t
@@ -5,8 +5,9 @@ test_description='No event occured for inotifywait'
. ./sharness.sh
run_() {
+ export LD_LIBRARY_PATH="../../libinotifytools/src/.libs/"
touch test &&
- inotifywait --quiet --timeout 1 test
+ ../../src/.libs/inotifywait --quiet --timeout 1 test
}
test_expect_success 'Exit code 2 is returned' '