diff options
Diffstat (limited to 'tests/tail-2/inotify-race')
-rwxr-xr-x | tests/tail-2/inotify-race | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/inotify-race b/tests/tail-2/inotify-race index b88b8473c..6c4c02b65 100755 --- a/tests/tail-2/inotify-race +++ b/tests/tail-2/inotify-race @@ -28,8 +28,8 @@ print_ver_ tail # cleanup and exit correctly when it receives a SIGTERM, thus hanging the test. very_expensive_ -touch file || framework_failure -touch tail.out || framework_failure +touch file || framework_failure_ +touch tail.out || framework_failure_ ( timeout 10s gdb --version ) > gdb.out 2>&1 case $(cat gdb.out) in |