summaryrefslogtreecommitdiff
path: root/dmake/tests/misc-4
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:28:29 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-06-29 10:28:29 +0000
commit2c058276826d3633f437f36e3f866653a3ca8385 (patch)
treef2b2d6f07b7d49dec43601f3fea1addd16ac4c57 /dmake/tests/misc-4
parent9e35c2ab8f66cbfe19d371f9bb83df933798d1ac (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/misc-4')
-rwxr-xr-xdmake/tests/misc-48
1 files changed, 4 insertions, 4 deletions
diff --git a/dmake/tests/misc-4 b/dmake/tests/misc-4
index 27eca02e9670..ed11a8e20098 100755
--- a/dmake/tests/misc-4
+++ b/dmake/tests/misc-4
@@ -29,24 +29,24 @@ testfile : testfile2 testfile3 testfile1
testfile1 :
+@echo making \$@ 1>&2
+@sleep 1
- +@echo -n t1
+ +@printf t1
+@echo 1 > \$@
testfile2 :
+@echo making \$@ 1>&2
+@sleep 2
- +@echo -n t2
+ +@printf t2
+@echo 2 > \$@
testfile3 :
+@echo making \$@ 1>&2
+@sleep 3
- +@echo -n t3
+ +@printf t3
+@echo 3 > \$@
EOT
-output=$(${DMAKEPROG} -r -P3 -f $file1)
+output=`eval ${DMAKEPROG} -r -P3 -f $file1`
result=$?
# In parallel operation the targets with the smaller sleep value