opnsense-src/bin/sh/tests/execution/int-cmd1.0
Piotr Pawel Stefaniak a142345641 sh: nullify ENV in tests
This is to avoid loading .shrc which may contain commands that would
result in output different than expected.

Reviewed by:	jilles
Differential Revision:	https://reviews.freebsd.org/D35876
2022-08-20 13:27:42 +02:00

3 lines
61 B
Text

# $FreeBSD$
! echo echo bad | ENV= $SH -ic 'fi' 2>/dev/null