Commit Graph

8 Commits

Author SHA1 Message Date
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
Eric Sandeen f07531f876 Split out xfs & generic quota existence tests
Make a new test to test for generic quota tools, for
generic filesystem testing.  Move the existing quota test
to a new "xfs" name.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Lachlan McIlroy <lmcilroy@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
2009-08-10 13:18:50 -05: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
Nathan Scott 640164847a Update copyright annotations and license boilerplates to correspond with SGI Legals preferences.
Merge of master-melb:xfs-cmds:24327a by kenmcd.
2005-11-09 02:49:08 +00:00
Tim Shimmin f466b363f4 check we support quotas
Merge of master-melb:xfs-cmds:23856a by kenmcd.

  check we support quotas
2005-09-20 15:32:55 +00:00
Tim Shimmin a5959aafca stat is different on Linux vs. IRIX. Will use ls instead and filter.
Merge of master-melb:xfs-cmds:23593a by kenmcd.

  stat is different on Linux vs. IRIX. Will use ls instead and filter.
2005-08-23 15:12:53 +00:00
Tim Shimmin 9a821d64fe A QA test to reproduce the xfs_trans_brelse() in quota bug.
Merge of master-melb:xfs-cmds:23589a by kenmcd.

  A QA test to reproduce the xfs_trans_brelse() in quota bug.
2005-08-23 06:08:46 +00:00