From 9a152a9073d2a637f0d5b47c7ea66c2276a89ff1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 1 Jan 2019 23:12:37 +0100 Subject: [PATCH] R/W test scripts are bash scripts --- tools/run-readtest.sh | 2 +- tools/run-threadreadtest.sh | 2 +- tools/run-writetest.sh | 2 +- 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