Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Behrens b2b36d0a4e make more tests generic
Use _scratch_mkfs / _scratch_mkfs_sized instead of _scratch_mkfs_xfs where
possible. Execute 015, 062, 083, 117, 120 and 192 for all filesystems, these
tests used to be XFS specific.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
2011-08-03 14:00:15 +02:00
Dave Chinner 771e69de67 xfstests: Convert all tests to use /bin/bash
While most tests use /bin/sh, they are dependent on /bin/sh being a
bash shell.  Convert all the tests to execute via /bin/bash as it is
much, much simpler than trying to debug and remove all the bashisms
throughout the test code.

Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
2010-01-20 10:27:08 +11:00
Christoph Hellwig f381f98206 xfstests: move GPL boilerplates to fix lsqa.pl
It turns out lsqa.pl nees the test number and description first in the
file, so move the GPL boilerplates below it.

Also remove acouple of cases where we have one full copyright line + gpl
boilerplate before the description and another copyright line after
the description.

Signed-off-by: Christoph Hellwig <hch@lst.de>
2009-05-28 17:04:15 +02:00
Felix Blyakher 65491dc047 Add GPL license plate to SGI's test files.
Signed-off-by: Felix Blyakher <felixb@sgi.com>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Felix Blyakher <felixb@sgi.com>
2009-05-26 16:51:14 -05:00
Allan Randall 1947a974dd Modified Test to work on irix
Merge of master-melb:xfs-cmds:26439a by kenmcd.

  Modified Test to work on irix
2006-07-05 15:48:28 +00:00
Allan Randall e9bec7a2e0 Modified to use "_scratch_mount -onoatime" rather than hardcoded mount
Merge of master-melb:xfs-cmds:26323a by kenmcd.

  Modified to use using "_scratch_mount -onoatime" rather than hardcoded mount
2006-06-23 02:58:26 +00:00
Allan Randall 478d0343bc Added test for noatime checking
Merge of master-melb:xfs-cmds:25899a by kenmcd.

  Test for noatime checking
2006-05-08 15:29:52 +00:00