Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2008-07-29 01:05:36 -0700 (Tue, 29 Jul 2008)
Revision: 162
Log message:

      Fix ls command in BSD flags test.  The test did not work before due to ls
     printing different output for regular users and super users.  Thus for 
     regular users 'ls -lo' would print the BSD flags, but 'sudo ls -lo' did not.
     
     Also, without the -d flag the directory with flags test was broken.

Changes  Path(relative to public/backup-bouncer/tests.d)
+3 -2 60-bsd-flags.test

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2008-07-29 01:10:54 -0700 (Tue, 29 Jul 2008)
Revision: 163
Log message:

      Use 'stat -f "%f"' to get bsd flags instead of relying on field order of ls.

Changes  Path(relative to public/backup-bouncer/tests.d)
+1 -2 60-bsd-flags.test

Changes by: Nathaniel Gray (n8gray at cs.caltech.edu)
Date: 2008-07-29 01:40:01 -0700 (Tue, 29 Jul 2008)
Revision: 164
Log message:

      Lock the file during the lots of metadata test.  If the copier locks the copy
     too soon it will end up failing the test.

Changes  Path(relative to public/backup-bouncer/tests.d)
+3 -1 99-combo-tests.test