Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/usr.bin/bmake/tests/execution/plus/legacy_test.sh
102602 views
1
#! /bin/sh
2
3
. $(dirname $0)/../../common.sh
4
5
# Description
6
DESC="Test '+command' execution with -n -jX"
7
8
# Run
9
TEST_N=1
10
TEST_1=
11
12
eval_cmd $*
13
14