summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-01-01 23:12:37 +0100
committerRobin Gareus <robin@gareus.org>2019-01-01 23:12:37 +0100
commit9a152a9073d2a637f0d5b47c7ea66c2276a89ff1 (patch)
tree7ea4489b8384784f7e56b74b2fbbc17c50261c43 /tools
parent7e04c52bef53b060fdda8a4e361040f090ac70df (diff)
R/W test scripts are bash scripts
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run-readtest.sh2
-rwxr-xr-xtools/run-threadreadtest.sh2
-rwxr-xr-xtools/run-writetest.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/run-readtest.sh b/tools/run-readtest.sh
index abdfb254c7..7a7164b968 100755
--- a/tools/run-readtest.sh
+++ b/tools/run-readtest.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
dir=/tmp
filesize=100 # megabytes
diff --git a/tools/run-threadreadtest.sh b/tools/run-threadreadtest.sh
index 76e177a659..4bd847852e 100755
--- a/tools/run-threadreadtest.sh
+++ b/tools/run-threadreadtest.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
dir=/tmp
filesize=100 # megabytes
diff --git a/tools/run-writetest.sh b/tools/run-writetest.sh
index 807a1ffbcb..438defa45a 100755
--- a/tools/run-writetest.sh
+++ b/tools/run-writetest.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
dir=/tmp
numfiles=128