mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
make(1) with openpty() currently fails this test: there's a race condition and error output is sometimes lost.
15 lines
144 B
Bash
15 lines
144 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
# Description
|
|
DESC="Test job make error output"
|
|
|
|
# Run
|
|
TEST_N=1
|
|
TEST_1=
|
|
|
|
eval_cmd $*
|