blob: 6ba7e38df99a019f81c513dd8d17608d16241a96 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/test/script/builtin/sleep.testscript
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
.include ../common.testscript
: success
:
$c <'sleep 1' && $b
|