| Current Path : /usr/tests/usr.bin/bmake/shell/builtin/ |
| Current File : //usr/tests/usr.bin/bmake/shell/builtin/legacy_test |
#! /bin/sh # $FreeBSD$ . $(dirname $0)/../../common.sh # Description DESC="Check that a command line with a builtin is passed to the shell." # Setup TEST_COPY_FILES="sh 755" # Run TEST_N=2 TEST_1="-B no-builtin" TEST_2="-B builtin" eval_cmd $*