]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
actually hook up 198, make it generic
authorEric Sandeen <sandeen@sandeen.net>
Thu, 30 Jul 2009 15:49:13 +0000 (10:49 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 30 Jul 2009 15:49:13 +0000 (10:49 -0500)
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>
198
group
src/aio-dio-regress/aiodio_sparse2.c [moved from src/aiodio_sparse2.c with 100% similarity]

diff --git a/198 b/198
index 242ac9e1e5c5773d9b4b23636b3510a49c913031..97ba737a0353843960c0df6161b0241d317de72b 100755 (executable)
--- a/198
+++ b/198
@@ -42,8 +42,7 @@ _cleanup()
 . ./common.rc
 . ./common.filter
 
-# This should actually run on anything that supports O_DIRECT + AIO...
-_supported_fs xfs
+_supported_fs generic
 _supported_os Linux
 
 echo "Silence is golden."
@@ -52,7 +51,7 @@ echo "Silence is golden."
 rm -f $seq.full
 
 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=$?
 exit
diff --git a/group b/group
index 4391a4af0d511e0c4eda6854cc1120b4adf6c94f..7a67ce7813f944dac6dc66dc6b88aced412371b7 100644 (file)
--- a/group
+++ b/group
@@ -307,6 +307,7 @@ prealloc
 195 ioctl dump auto quick
 196 quota auto quick
 197 dir auto quick
+198 auto aio quick
 199 mount auto quick
 200 mount auto quick
 201 metadata auto quick