aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/file-wait2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file-wait b/tests/file-wait
index 69c11c90..22e86f52 100755
--- a/tests/file-wait
+++ b/tests/file-wait
@@ -4,7 +4,7 @@ INDEXAMAJIG=$1
INFILE=$2
GEOM=$3
-function make_link {
+make_link() {
sleep 5
ln -s $INFILE file_wait_input.h5
}