003 File Manager
Current Path:
/usr/src/usr.bin/bmake/tests/shell/select
usr
/
src
/
usr.bin
/
bmake
/
tests
/
shell
/
select
/
📁
..
📄
Makefile
(386 B)
📄
Makefile.depend
(176 B)
📄
Makefile.test
(531 B)
📄
expected.status.1
(2 B)
📄
expected.status.2
(2 B)
📄
expected.stderr.1
(0 B)
📄
expected.stderr.2
(0 B)
📄
expected.stdout.1
(8 B)
📄
expected.stdout.2
(9 B)
📄
legacy_test.sh
(221 B)
Editing: Makefile.test
# # We just select the builtin shells and check whether it is really # executed. This should print just the shell paths. Because we # normally don't have a ksh, we make this test conditional. This means # one has to recreate the test results once ksh is installed. # # $FreeBSD$ # .ifmake sh_test .SHELL: name=sh sh_test: print_path .elifmake csh_test .SHELL: name=csh csh_test: print_path .elifmake ksh_test .SHELL: name=ksh ksh_test: print_path .endif print_path: @ps -x -opid,command | awk '$$1=='$$$$' { print $$2; }'
Upload File
Create Folder