actually hook up 198, make it generic

Not entirely sure how I managed this, but 198 was not in groups
so was never run - and wasn't in the makefile, so was never built.
Oops.

Fix that up, make it a generic test, and move it to the
aio-dio-regress subdir.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2009-07-30 10:49:13 -05:00
parent 3ba1b10a87
commit f11b7e5ff9
3 changed files with 3 additions and 3 deletions
+2 -3
View File
@@ -42,8 +42,7 @@ _cleanup()
. ./common.rc . ./common.rc
. ./common.filter . ./common.filter
# This should actually run on anything that supports O_DIRECT + AIO... _supported_fs generic
_supported_fs xfs
_supported_os Linux _supported_os Linux
echo "Silence is golden." echo "Silence is golden."
@@ -52,7 +51,7 @@ echo "Silence is golden."
rm -f $seq.full rm -f $seq.full
rm -f "$TEST_DIR/aiodio_sparse*" rm -f "$TEST_DIR/aiodio_sparse*"
$here/src/aiodio_sparse2 "$TEST_DIR/aiodio_sparse" $here/src/aio-dio-regress/aiodio_sparse2 "$TEST_DIR/aiodio_sparse"
status=$? status=$?
exit exit
+1
View File
@@ -307,6 +307,7 @@ prealloc
195 ioctl dump auto quick 195 ioctl dump auto quick
196 quota auto quick 196 quota auto quick
197 dir auto quick 197 dir auto quick
198 auto aio quick
199 mount auto quick 199 mount auto quick
200 mount auto quick 200 mount auto quick
201 metadata auto quick 201 metadata auto quick