generic/019: don't dump cores when fio/fsstress hit io errors
[xfstests-dev.git] / ltp / rwtest.sh
index 24ee5989e4b8e37abb5f9a059e5a2d0e5c6483ec..a001c5714c11d074f1964cf828dbc4146ea49023 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
 #
@@ -252,7 +252,6 @@ fi
 #
 
 case $(uname -s) in
-       IRIX | IRIX64 )         dfOpts="-Pb"    ;;
        Linux)                  dfOpts="-P"     ;;
        *)                      dfOpts="-PB"    ;;
 esac