aboutsummaryrefslogtreecommitdiff
path: root/testmodify.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testmodify.sh')
-rwxr-xr-xtestmodify.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testmodify.sh b/testmodify.sh
index c836ad4..ed69998 100755
--- a/testmodify.sh
+++ b/testmodify.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-./client -u 1 -k a create > /dev/null
+$1 -u 1 -k a create > /dev/null
for i in $(seq 1 100)
do
- ./client -u 1 -k a modifyfile -f 1 -i container1/hello-world.tar > /dev/null
+ $1 -u 1 -k a modifyfile -f 1 -i container1/hello-world.tar > /dev/null
done