]> arthur.barton.de Git - bup.git/history - t
Treat EACCES like EPERM when removing xattrs
[bup.git] / t /
2014-01-29 Rob Browningt/test.sh: use a tmpdir in t/tmp instead of working...
2014-01-25 Rob BrowningChange -x/--xdev/--one-filesystem to include the mount...
2013-12-31 Rob BrowningMove the main fsck tests from test.sh to test-fsck.sh.
2013-12-31 Rob BrowningMove clear-index tests from test.sh to test-index-clear.sh.
2013-12-31 Rob BrowningMove test.sh exclude tests to renamed test-save-restore...
2013-12-31 Rob BrowningMove compression tests from test.sh to test-compression.sh.
2013-12-31 Rob BrowningMove import-rdiff-backup tests from test.sh to test...
2013-12-31 Rob BrowningMove save --strip/--graft tests from test.sh to test...
2013-12-24 Rob BrowningAdd -n, -A, -F, --file-type, --numeric-ids and detailed...
2013-12-21 Rob BrowningDon't fail tests when the timestamp read resolution...
2013-12-21 Rob BrowningAdd restore option "--exclude-rx-from FILE".
2013-12-21 Rob BrowningAdd simple test for "index --exclude-rx-from FILE".
2013-12-21 Rob BrowningMove the --exclude-rx tests from test.sh to test-save...
2013-12-10 Rob Browningid-other-than: exclude names based on their underlying...
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-12-03 Rob BrowningCreate t/force-delete from t/lib.sh force-delete and...
2013-12-03 Rob BrowningDon't compute local script_home in lib.sh realpath...
2013-11-25 Rob BrowningDon't check ACLs in t/compare-trees on NetBSD.
2013-11-25 Rob BrowningRevert "Don't check ACLs in t/compare-trees on FreeBSD."
2013-11-24 Rob BrowningDon't check ACLs in t/compare-trees on FreeBSD.
2013-11-11 Rob Browningtest.sh: accommodate platforms where root defaults...
2013-11-11 Rob BrowningAccommodate systems where paths inherit their group...
2013-11-09 Ben KellyAdd 'tag -f' support.
2013-11-08 Rob Browningtest-meta.sh: add a missing WVPASS in the ownership...
2013-11-07 Rob Browningcurrent-filesystem(): accommodate NetBSD and SunOS.
2013-11-07 Rob BrowningAdd --map-user --map-group --map-uid and --map-gid...
2013-11-05 Rob BrowningUse "type -p" instead of "which" in test.sh.
2013-11-05 Rob BrowningAdd current-filesystem and path-filesystems to t/lib...
2013-11-04 Rob Browningtest.sh: remove "wc -l" quoting until/unless we fix...
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 Browningtest-cat-file.sh: use -l instead of -b; explain differe...
2013-11-01 Rob BrowningMake force-delete more flexible, and more likely to...
2013-11-01 Rob BrowningRemove all of the remaining test-related "set -e" usage.
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-10-23 Rob BrowningIgnore atime when testing bup cat-file --meta.
2013-10-22 Rob BrowningAdd "bup cat-file [--meta|--bupm] /branch/revision...
2013-10-22 Rob BrowningFix id-other-than usage message.
2013-10-07 Rob BrowningBe more careful when testing that repeated saves can...
2013-09-16 Rob BrowningFix path ownership restoration problems on Cygwin.
2013-08-25 Rob Browningsave-cmd.py: don't write an irrelevant and incomplete...
2013-08-17 Zoran Zaricgit.py: don't automatically initialize ~/.bup if it...
2013-08-16 Rob Browningtest-meta.sh: use the more portable "touch -t" instead...
2013-08-10 Rob Browningt/compare-trees: check rsync capability support correctly.
2013-07-30 Zoran ZaricCurrently bup only indexes physical parent paths; adjus...
2013-07-04 Rob BrowningCompletely disable ACL support on OS X for now.
2013-06-07 Rob BrowningFix completely broken invocations of t/root-status.
2013-05-27 Rob Browningt/test.sh: skip two "tree SHA1 didn't change" tests...
2013-05-27 Rob Browningt/compare-trees: don't check ACLs on Cygwin (no support).
2013-05-27 Rob BrowningRemove lib.sh actually-root in favor of t/root-status.
2013-05-02 Tim Riemenschneiderrm-between-index-and-save.sh: fix race condition.
2013-03-25 Tim RiemenschneiderAdd tests for file and dir removal between index and...
2013-03-24 Rob BrowningAdd support for "bup restore --exclude-rx <pattern...
2013-03-24 Rob BrowningAdd support for "bup index --exclude-rx <pattern> ...
2013-03-24 Zoran Zarict/test.sh: work around NetBSD setting -A for 'ls' when...
2013-03-18 Rob BrowningAdd tests for index --no-check-device, and support...
2013-03-17 Rob Browningconfigure-sampledata: test -h before -e when appropriat...
2013-03-17 Rob BrowningCreate symlinks in t/configure-sampledata; remove them...
2013-03-17 Rob BrowningAdd "set -eo pipefail" to "exclude" and "exclude-from...
2013-03-17 Jakob Matthesbup drecurse/index: allow non-directory --exclude and...
2013-03-11 Rob BrowningAdd a test to check that bup save without an index...
2013-03-10 Rob Browningfind_dir_item_metadata_by_name(): wait for the right...
2013-03-08 Rob BrowningInclude metadata when asked to restore individual non...
2013-03-08 Rob BrowningMove force-delete to t/lib.sh from test.sh and test...
2013-03-08 Rob Browningt/test.sh: remove a few calls to force-delete that...
2013-03-08 Ryan BrownAdd a force-delete function to t/test.sh
2013-03-08 Rob BrowningMove parse_excludes to helpers and rework it a bit.
2013-02-16 Anton EliassonAdd 'x' to the getopts call in t/compare-trees (i.e...
2013-02-13 Zoran ZaricAdd "bup index --clear" to clear the index.
2013-02-12 Rob BrowningStore metadata in the index, in bupindex.meta; only...
2013-02-02 Rob BrowningOverhaul restore destination handling, and stripping...
2013-01-27 Yung-Chin OeiDon't pass --tmpdir to mktemp or expect it to have...
2013-01-27 Rob BrowningDon't pass -AX to rsync in t/compare-trees if xattrs...
2013-01-27 Rob BrowningMove tree comparison to t/compare-trees; compare conten...
2013-01-27 Rob BrowningAdd preliminary hardlink support for review.
2013-01-27 Alexander BartonExplicitly use "du -k" to set block size in t/test.sh.
2013-01-23 Rob BrowningExplicitly select the "du" block size in t/test.sh.
2013-01-06 Rob BrowningDon't assume that the tester's $top_dir will sort ...
2012-12-25 Rob BrowningDefer errors when the restore target doesn't support...
2012-12-22 Rob BrowningDisallow empty graft points.
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 Oei, Yung-Chint/test.sh: fix test failure when $top_dir has a dot...
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".
2012-10-06 Zoran ZaricAdd a testcase for the import-rdiff-backup command
2012-09-08 Yung-Chin Oeit/test.sh: add "-a" to ls invocation when testing for...
2012-08-17 Yung-Chin OeiAdd test for "child named after parent" bug.
2011-06-09 Avery PennarunMerge branch 'meta'
2011-06-09 Rob BrowningDon't use xstat.lutime() in test-meta.sh when xstat...
next