summaryrefslogtreecommitdiff
path: root/175
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 /175
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 '175')
-rwxr-xr-x1752
1 files changed, 1 insertions, 1 deletions
diff --git a/175 b/175
index 480c4c14..523dce11 100755
--- a/175
+++ b/175
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
# FSQA Test No. 175
#
# Hole punching with extsize hints, holes may not reported by xfs_bmap.