]> arthur.barton.de Git - bup.git/history - t
cleanup-mounts-under: Don't fail when /proc/mounts isn't readable
[bup.git] / t /
2014-12-31 Alexander Bartoncleanup-mounts-under: Don't fail when /proc/mounts... cleanup-mounts-under
2014-11-12 Rob Browningtest-on.sh: exit only once on source failure
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-10-17 Rob Browningtest-cat-file.sh: handle hashsplit bupm files
2014-10-13 Rob BrowningAdd support for "restore --sparse"
2014-07-30 Tim Riemenschneidertest-fuse.sh: make ls output locale independent
2014-07-15 Rob Browningtest-fuse.sh: use invariant test data
2014-07-06 Rob Browningtest-fuse.sh: set TZ=UTC for ls dates
2014-07-03 Patrick RouleauAvoid uid/gid 0 metadata tests when ids don't exist 0.26-rc2
2014-07-03 Patrick Rouleautest-meta.sh: use user's uid/gid, not 0
2014-06-30 Rob BrowningIgnore empty lines in --exclude-rx-from files
2014-06-05 Rob Browningfuse-cmd.py: given --meta, report original metadata
2014-05-31 Brandon SmithUS/Central is not a common timezone, use America/Chicago
2014-05-31 Brandon Smitht/force-delete: bash is not always at /bin/bash
2014-05-12 Rob BrowningReturn integers, not strings from get_commit_dates()
2014-04-27 Patryck Rouleautest-ls.sh: handle Cygwin's coupling of timestamp/permi...
2014-04-10 Rob BrowningMerge work to have "bup split" produce a top-level...
2014-04-10 Rob BrowningAlways name the top-level split file "data", instead...
2014-04-06 Yung-Chin OeiMake bup-split commits appear as files to the vfs layer.
2014-04-03 Rob BrowningAdd initial support for ls(1) style "-d" argument to...
2014-03-27 Rob Browningt/test-meta.sh: fix xattr.set test broken by path outpu...
2014-03-23 Rob Browningtest-ls.sh: don't check the symlink file size on NetBSD...
2014-03-22 Rob Browningtest-ls.sh: get the group and gid from the filesystem.
2014-03-17 Rob Browningtest-on.sh: add some simple "bup on" tests.
2014-02-18 Rob Browningtest-ls.sh: take only the first 10 chars from ls -l...
2014-02-17 Rob Browningtest-compression.sh: use "tar ... | wc -c" instead...
2014-02-17 Rob Browningtest-ls.sh: get the symlink mode from the host ls;...
2014-02-06 Rob Browningmetadata.summary_str(): don't ignore a size of 0 (i...
2014-02-06 Rob Browningtest-ls.sh: eliminate timezone dependencies; test dates...
2014-02-05 Rob BrowningRestore ls -l item sizes, and add initial tests for...
2014-02-04 Rob BrowningFix the ls -laAF options with respect to the VFS synthe...
2014-01-31 Rob BrowningAdd --exclude-rx and --exclude-rx-from support to ...
2014-01-31 Rob BrowningFix drecurse relative --excludes, quash duplicates...
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...
next