summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-12-05 12:51:27 +0000
committerngie <ngie@FreeBSD.org>2014-12-05 12:51:27 +0000
commitbb7db539595be78870bc99df0d8235158cf6ea38 (patch)
treeea5d506155375898f746f40b6acdd74c784c76f4 /ObsoleteFiles.inc
parentdabf8815649df5fc5fcaf297a41e30a7fd316d56 (diff)
downloadFreeBSD-src-bb7db539595be78870bc99df0d8235158cf6ea38.zip
FreeBSD-src-bb7db539595be78870bc99df0d8235158cf6ea38.tar.gz
MFC r275170:
Convert sbin/mdconfig/tests from prove format tests to ATF format tests As a side effect... 1. The tests now checks for the root user before continuing with kyua, which is more visible than the test being skipped with the TAP protocol 2. The tests work with devices that aren't /dev/md0 by caching the device attached during the test to a file, and later use the cached information to detach the device in the cleanup routine 3. The tests no longer require perl to run PR: 191191 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 65d4db7..dc5b9e3 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20141205: convert sbin/mdconfig/tests to ATF format tests
+OLD_FILES+=usr/tests/sbin/mdconfig/legacy_test
+OLD_FILES+=usr/tests/sbin/mdconfig/mdconfig.test
+OLD_FILES+=usr/tests/sbin/mdconfig/run.pl
# 20141028: debug files accidentally installed as directory name
OLD_FILES+=usr/lib/debug/usr/lib/i18n
OLD_FILES+=usr/lib/debug/usr/lib/private
OpenPOWER on IntegriCloud