diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:28:29 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-06-29 10:28:29 +0000 |
commit | 2c058276826d3633f437f36e3f866653a3ca8385 (patch) | |
tree | f2b2d6f07b7d49dec43601f3fea1addd16ac4c57 /dmake/tests/macros-2 | |
parent | 9e35c2ab8f66cbfe19d371f9bb83df933798d1ac (diff) |
INTEGRATION: CWS dmake45 (1.2.2); FILE MERGED
2006/06/22 20:45:43 vq 1.2.2.1: #i66650# Make dmake testsuite more portable. (Usable with Solaris.)
Patch by hjs.
Diffstat (limited to 'dmake/tests/macros-2')
-rwxr-xr-x | dmake/tests/macros-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/tests/macros-2 b/dmake/tests/macros-2 index 5683514faaf7..c0d26260e0b6 100755 --- a/dmake/tests/macros-2 +++ b/dmake/tests/macros-2 @@ -36,9 +36,9 @@ all ".SETDIR=dirwith space" : +@echo \$(TMD) EOT -output1=$(${DMAKEPROG} -r -f $file1) +output1=`eval ${DMAKEPROG} -r -f $file1` result1=$? -output2=$(${DMAKEPROG} -r -f $file2) +output2=`eval ${DMAKEPROG} -r -f $file2` result2=$? if test "$output1" = ""; then |