summaryrefslogtreecommitdiff
path: root/tests/scripts/features/double_colon
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/features/double_colon')
-rw-r--r--tests/scripts/features/double_colon4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scripts/features/double_colon b/tests/scripts/features/double_colon
index 3e140c7..082b815 100644
--- a/tests/scripts/features/double_colon
+++ b/tests/scripts/features/double_colon
@@ -73,7 +73,7 @@ if ($parallel_jobs) {
# TEST 4: Each double-colon rule is supposed to be run individually
-&touch('f2.h');
+&utouch(-5, 'f2.h');
&touch('foo');
&run_make_with_options($makefile, "foo", &get_logfile, 0);
@@ -90,7 +90,7 @@ if ($parallel_jobs) {
# TEST 6: Each double-colon rule is supposed to be run individually
-&touch('f1.h');
+&utouch(-5, 'f1.h');
unlink('f2.h');
&touch('foo');