summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@goodpoint.de>2012-07-09 17:22:43 +1000
committerNeilBrown <neilb@suse.de>2012-07-09 17:22:43 +1000
commit23b7d3b927263df6640a3fdd77f28c47c42afb6b (patch)
treeb46f740e15167f471f18c86b0da5e728800bf429 /test
parent59679536c5b74d3cf6d10e5bedf462606f18d33b (diff)
Make test a bash script (as it is)
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-xtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test b/test
index 80e1915a..9340afeb 100755
--- a/test
+++ b/test
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# run test suite for mdadm
user=`id -un`