xfstests: stop special casing nfs and udf
[xfstests-dev.git] / tests / xfs / 158
index 5c4dfcd5ebc532b9006a2aa00b0b37846f0530a5..596f4c24804ee4ccac9ce0383708ca86dc591a52 100755 (executable)
@@ -29,12 +29,7 @@ echo "QA output created by $seq"
 here=`pwd`
 tmp=/tmp/$$
 status=1    # failure is the default!
-trap "_cleanup; exit \$status" 0 1 2 3 15
-
-_cleanup()
-{
-    _cleanup_testdir
-}
+trap "exit \$status" 0 1 2 3 15
 
 # get standard environment, filters and checks
 . ./common/rc