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>
This commit is contained in:
Dave Chinner
2010-01-20 10:27:08 +11:00
parent 387165ab40
commit 771e69de67
240 changed files with 245 additions and 245 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 001
#
# Random file copier to produce chains of identical files so the head
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 002
#
# simple inode link count test for a regular file
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 003
#
# exercise xfs_db bug #784078
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 004
#
# exercise xfs_db bug #789674 and other freesp functionality
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 005
#
# Test symlinks & ELOOP
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 006
#
# permname
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 007
#
# drive the src/nametest program
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 008
#
# randholes test
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 009
#
# XFS allocator test (preallocation - allocp, resvsp ,etc)
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 010
#
# dbtest
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 011
#
# dirstress
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 012
#
# holes
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 013
#
# fsstress
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 014
#
# truncfile
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 015
#
# check out-of-space behaviour
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 016
#
# test end of log overwrite bug #796141
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 017
#
# test remount ro - pv 795642
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 018
#
# xfs_logprint test - test v2 logs of different LR sizes
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 019
#
# mkfs protofile test
+1 -1
View File
@@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
# FS QA Test No. 020
#
# extended attributes

Some files were not shown because too many files have changed in this diff Show More