1#!/bin/sh
2
3# $FreeBSD$
4
5cd `dirname $0`
6. ../../common.sh
7
8# Description
9DESC="Variable expansion with t modifiers"
10
11# Run
12TEST_N=3
13
14eval_cmd $*
15