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-04-29 18:32:49 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12e46bad2c
opnsense-src
/
bin
/
sh
/
tests
/
errors
/
bad-parm-exp6.2
3 lines
28 B
Groff
Raw
Normal View
History
Unescape
Escape
sh: Detect an error for ${#var<GARBAGE>}. In particular, this makes things like ${#foo[0]} and ${#foo[@]} errors rather than silent equivalents of ${#foo}. PR: bin/151720 Submitted by: Mark Johnston Exp-run done by: pav (with some other sh(1) changes)
2011-05-04 17:49:34 -04:00
# $FreeBSD$
sh: Don't hardcode relative paths in the tests stderr files. These paths have had to be adjusted to changes in the testsuite runner several times, so modify the tests to remove the need for such adjustment. A cp in functional_test.sh is now unneeded, but this matters little in performance.
2014-08-17 10:26:12 -04:00
eval '${#foo^}'
Reference in a new issue
Copy permalink