aboutsummaryrefslogtreecommitdiff
path: root/tests/aux/touchfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aux/touchfile')
-rwxr-xr-xtests/aux/touchfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/aux/touchfile b/tests/aux/touchfile
new file mode 100755
index 0000000..b9d92a3
--- /dev/null
+++ b/tests/aux/touchfile
@@ -0,0 +1,7 @@
+#!/bin/sh
+dir=${1:?}
+time=${2:?}
+tag=${3:?}
+
+touch $dir/$tag
+sleep $time

Return to:

Send suggestions and report system problems to the System administrator.