summaryrefslogtreecommitdiffstats
path: root/tools/regression/usr.bin/make/variables/t0/test.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make/variables/t0/test.t')
-rw-r--r--tools/regression/usr.bin/make/variables/t0/test.t33
1 files changed, 3 insertions, 30 deletions
diff --git a/tools/regression/usr.bin/make/variables/t0/test.t b/tools/regression/usr.bin/make/variables/t0/test.t
index 7cbc35c..7e4f427 100644
--- a/tools/regression/usr.bin/make/variables/t0/test.t
+++ b/tools/regression/usr.bin/make/variables/t0/test.t
@@ -5,34 +5,7 @@
cd `dirname $0`
. ../../common.sh
-setup_test()
-{
- cat > ${WORK_DIR}/Makefile << "_EOF_"
-A = 0
-AV = 1
-all:
- echo $A
- echo ${AV}
- echo ${A}
- # The following are soo broken why no syntax error?
- echo $(
- echo $)
- echo ${
- echo ${A
- echo ${A)
- echo ${A){
- echo ${AV
- echo ${AV)
- echo ${AV){
- echo ${AV{
- echo ${A{
- echo $}
-_EOF_
-}
+# Description
+DESC="Variable expansion."
-desc_test()
-{
- echo "Variable expansion."
-}
-
-eval_cmd $1
+eval_cmd $*
OpenPOWER on IntegriCloud