Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / toucher2
blob8544cb57a58ab7c19f752de84c4e55bcee43618e
1 #!/bin/sh
3 # the kqueue(x) tests wait for kernel events, specifically
4 # writes to a file
5 # this runs in the background
6 # and modifies a tmp file that the TC will be watching
7 # tiny race condition between the touch and
8 # the valgrinded binary starting to monitor the file
10 touch /tmp/touch_file
11 sleep 1
13 echo hello >> /tmp/touch_file
14 rm /tmp/touch_file