summaryrefslogtreecommitdiff
path: root/110
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2010-01-20 10:27:08 +1100
committerDave Chinner <david@fromorbit.com>2010-01-20 10:27:08 +1100
commit771e69de67b138654a1f63258cfe4c1bf1c156ee (patch)
treec6217b37ffe30b7016e5cd0525cde0be2652da84 /110
parent387165ab4058091ac514cb6b643cd310f5994f62 (diff)
xfstests: Convert all tests to use /bin/bash
While most tests use /bin/sh, they are dependent on /bin/sh being a bash shell. Convert all the tests to execute via /bin/bash as it is much, much simpler than trying to debug and remove all the bashisms throughout the test code. Signed-off-by: Dave Chinner <david@fromorbit.com> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Diffstat (limited to '110')
-rwxr-xr-x1102
1 files changed, 1 insertions, 1 deletions
diff --git a/110 b/110
index fa8ade9d..cf5f6631 100755
--- a/110
+++ b/110
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
# FS QA Test No. 110
#
# Incorrect dir2 freetab warning case from Masanori Tsuda.