xfstests: stop special casing nfs and udf
[xfstests-dev.git] / tests / xfs / 162
index 64d001c0bd0618c1ea6fe8e5d08eace7997aa79e..4edb68fd886e4a1fd1b2c3934988fd345641fc55 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