2 # This variant of `assert' would get a UMR reliably in 2.0.9.
3 # Due to a race condition in the test, the `assert' script would get
4 # the UMR on Solaris only some of the time, and not at all on Linux/GNU.
6 if test "$VERBOSE" = yes; then
13 trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15
16 mkdir
$tmp || test_failure
=1
17 cd $tmp || test_failure
=1
19 if test $test_failure = 1; then
20 echo 'failure in testing framework'
27 tail --follow=name a foo
> err
2>&1 &
29 # Arrange for the tail process to die after 12 seconds.
30 (sleep 12; kill $tail_pid) &
32 echo sleeping
for 7 seconds...
44 test $fail = 1 && cat err