]> arthur.barton.de Git - bup.git/history - t/test-meta.sh
Given bup-python, rm vestigial PYTHONPATH settings
[bup.git] / t / test-meta.sh
2020-01-11 Rob BrowningGiven bup-python, rm vestigial PYTHONPATH settings
2017-07-11 Rob Browningtest-meta: don't try to chattr +T a file
2016-06-11 Rob Browningtest-meta: loosen expected rsync diff pattern
2015-12-24 Rob BrowningSet sort LC_ALL=C correctly in test-meta and test-xdev
2015-12-18 Rob BrowningChange remaining uses of python to bup-python
2015-03-29 Rob BrowningDon't use "cp -a"
2015-03-28 Rob BrowningUse t/sampledata, not make install, for tests
2015-03-10 Gabriel FilionMerge pull request #13 from Farioko/patch-1
2015-03-09 Rob Browningcompare-trees: redirect incidental info to stderr
2015-02-07 Rob Browningtest-meta.sh: don't test for bup.1
2015-02-01 Rob Browningtest-meta.sh: use a tmpdir, not ./bupmeta.tmp
2015-02-01 Rob Browningtest-meta.sh: move mount points to t/mnt
2015-01-22 Rob Browningtest-meta.sh: handle BUP_DIR via wvmktempdir
2014-12-31 Rob BrowningSkip dependent tests if we can't load loop or fuse
2014-11-10 Rob BrowningTest for load failures in t/test-*.sh
2014-10-17 Rob Browningtest-meta.sh: add missing "$() || exit $?" tests
2014-10-17 Rob BrowningChange incorrect unknown-owners references
2014-10-17 Rob Browningtest-meta.sh: escape user/group expressions
2014-10-17 Rob Browningtest-meta.sh: finish renaming variables
2014-07-03 Patrick Rouleautest-meta.sh: use user's uid/gid, not 0
2014-03-27 Rob Browningt/test-meta.sh: fix xattr.set test broken by path outpu...
2013-12-21 Rob BrowningDon't fail tests when the timestamp read resolution...
2013-12-10 Rob Browningt/test-meta.sh: handle systems that have sgid directories.
2013-12-04 Rob BrowningRemove t/ from the test-meta.sh test tree now that...
2013-11-08 Rob Browningtest-meta.sh: add a missing WVPASS in the ownership...
2013-11-04 Thomas Klausnertest-meta.sh: prefer the more portable test '=' to...
2013-11-03 Rob BrowningSet pipefail so that "x | y || exit $?" will work properly.
2013-11-01 Rob BrowningFix xattr tests and bugs revealed (fully remove set...
2013-11-01 Rob BrowningFix ACL tests, and the bugs revealed thereby.
2013-11-01 Rob BrowningRemove more of the "set -e" dependency from test-meta.sh.
2013-11-01 Rob BrowningFix the "set -e" problem in the test-meta.sh chattr...
2013-10-31 Rob Browningmeta-cmd.py: actually respond to recursion options.
2013-10-23 Rob BrowningFix top-level non-dir metadata restoration with /foo...
2013-09-16 Rob BrowningFix path ownership restoration problems on Cygwin.
2013-08-16 Rob Browningtest-meta.sh: use the more portable "touch -t" instead...
2013-06-07 Rob BrowningFix completely broken invocations of t/root-status.
2013-05-27 Rob BrowningRemove lib.sh actually-root in favor of t/root-status.
2013-03-18 Rob BrowningAdd tests for index --no-check-device, and support...
2013-03-08 Rob BrowningMove force-delete to t/lib.sh from test.sh and test...
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-01-27 Rob BrowningMove tree comparison to t/compare-trees; compare conten...
2013-01-27 Rob BrowningAdd preliminary hardlink support for review.
2012-12-25 Rob BrowningDefer errors when the restore target doesn't support...
2012-12-22 Rob BrowningHandle the possibility of a sgid/suid parent dir in...
2012-12-22 Rob BrowningQuote EXIT cleanup trap properly in test-meta.sh.
2012-12-22 Rob BrowningUse python, not groups to grab a user group in t/test...
2012-12-22 Rob BrowningRestore any metadata during "bup restore"; add "bup...
2012-12-22 Rob BrowningSave metadata during "bup save".
2012-10-20 Rob BrowningAlways run metadata tests; disable root-level tests...
2012-10-20 Rob BrowningFix metadata._set_up_path() to allow restoration of...
2012-10-15 Rob BrowningMake "bup meta -tvv" output identical to "bup xstat".
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningDon't use xstat.lutime() in test-meta.sh when xstat...
2011-06-09 Rob BrowningAdd meta support for restoring filesystem sockets.
2011-05-31 Avery PennarunMerge branch 'master' into meta
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-09 Shane Geigerfixed cp problem in bup/t/test-meta.sh
2011-05-08 Rob BrowningReplace os.*stat() with xstat.*stat(); use integer...
2011-03-21 Rob Browningtest-meta.sh: use cp -a instead of make install to...
2011-03-21 Rob Browningtest-meta.sh: change indentation to 4 spaces and fix...
2011-03-21 Rob Browningtest-meta.sh: use $foo rather than ${foo} where possible.
2011-03-20 Avery Pennaruntest-meta.sh: remove a bashism, and don't delete dirs...
2011-03-20 Avery PennarunMerge branch 'maint'
2011-03-11 Avery PennarunMerge branch 'maint'
2011-03-10 Avery PennarunMerge branch 'maint'
2011-02-28 Avery PennarunMerge branch 'rlb/meta'
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-28 Avery Pennarunt/test-meta.sh: replace 'diff -u5' with 'diff -U5'.
2011-02-27 Rob BrowningRename test-fs.img to testfs.img and add it to the...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-01-28 Rob Browningt/test-meta.sh: detect and handle fakeroot.
2011-01-26 Rob BrowningAdd atime tests and fix atime capture in metadata.from_...
2011-01-26 Rob BrowningImprove test-meta.sh status messages.
2011-01-25 Rob BrowningAdd initial (trivial) root-only ACL metadata tests...
2011-01-25 Rob BrowningAdd initial (trivial) root-only metadata tests for...
2010-11-26 Rob BrowningAdd (private for now) "bup xstat" command and use it...