fstests: remove DMAPI tests
[xfstests-dev.git] / dmapi / src / suite2 / bindir / stf
diff --git a/dmapi/src/suite2/bindir/stf b/dmapi/src/suite2/bindir/stf
deleted file mode 100755 (executable)
index 23e8e71..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/ksh
-#
-# Copyright (c) 2000-2001 Silicon Graphics, Inc.  All Rights Reserved.
-#
-
-sr_dir=$1
-shift 1
-
-for i in $*
-  do
-  attr -Rq -s SGI_DMI_test -V123456789abcdefghijklmnopqrstuvwxyz $i 
-  $sr_dir/set_region $i DM_REGION_READ DM_REGION_WRITE DM_REGION_TRUNCATE > /dev/null
-  done