mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
14 lines
145 B
Bash
14 lines
145 B
Bash
#!/bin/sh
|
|
|
|
# $FreeBSD$
|
|
|
|
cd `dirname $0`
|
|
. ../../common.sh
|
|
|
|
# Description
|
|
DESC="Variable expansion with t modifiers"
|
|
|
|
# Run
|
|
TEST_N=3
|
|
|
|
eval_cmd $*
|