summaryrefslogtreecommitdiff
path: root/tests/lib/setup-file
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-21 22:11:47 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-21 22:11:47 +0200
commit3bd20bde1e49ab664cc53262ec5ebb3e6323d3f6 (patch)
treebd7e686e44c3f4e62dc83712b7be94b0e550d204 /tests/lib/setup-file
parentd982d8e1f9e6b806d44340ca28858e388a1fded7 (diff)
make tests separate reusable files + make the testing thing a bit better
Diffstat (limited to 'tests/lib/setup-file')
-rw-r--r--tests/lib/setup-file5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/lib/setup-file b/tests/lib/setup-file
new file mode 100644
index 0000000..eeb8b17
--- /dev/null
+++ b/tests/lib/setup-file
@@ -0,0 +1,5 @@
+#!/bin/bash
+for i in "$@"
+do
+ touch $i/test_file
+done