A few test bug fixes:
commit1296041dddb9e06b4b48b05e9a1b656b1a9e59de
authorpsmith <psmith>
Tue, 10 Sep 2002 22:23:20 +0000 (10 22:23 +0000)
committerpsmith <psmith>
Tue, 10 Sep 2002 22:23:20 +0000 (10 22:23 +0000)
treec8d7db210898d8e8bc363d576fa0cd72459513fb
parent18f9797a101bb971c1263c619b0abcb8eb4a95a3
A few test bug fixes:
  * Never use "touch" in make rules; it breaks on most sub-second
    supporting systems.  Use echo "" > $@ instead.
  * Forgot to close test makefiles before using them!

All the above worked fine on Linux but failed miserably on Solaris.
tests/scripts/features/conditionals
tests/scripts/features/export
tests/scripts/options/dash-B
tests/scripts/variables/automatic