This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-03-02 21:31:02 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c66ca7723b
opnsense-src
/
tools
/
regression
/
bin
/
sh
/
set-e
/
while2.0
6 lines
50 B
Text
Raw
Normal View
History
Unescape
Escape
Add a couple of regression tests for /bin/sh.
2005-09-04 07:59:59 -04:00
# $FreeBSD$
set -e
while false; false; do
sh: Get rid of unnecessary non-standard empty lists. POSIX does not allow constructs like: if cmd; then fi { } Add a colon dummy command, except in a test that verifies that such empty lists do not cause crashes when used as a function definition.
2010-08-16 13:18:08 -04:00
:
Add a couple of regression tests for /bin/sh.
2005-09-04 07:59:59 -04:00
done
Reference in a new issue
Copy permalink