diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-02-14 22:44:45 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-16 08:55:56 -0800 |
commit | 3719b2fe554adc2f7a34a16b90f6894f299aab3c (patch) | |
tree | 2cb20329ded52079633b88153765d403744cfdbe /t/t1509/excludes | |
parent | Support working directory located at root (diff) | |
download | tgif-3719b2fe554adc2f7a34a16b90f6894f299aab3c.tar.xz |
Add test for using Git at root of file system
This kind of test requires a throw-away root filesystem so that it can
play on. If you have such a system, go ahead, "chmod 777 /" and run
this test manually. Because this is a dangerous test, you are required
to set an env variable, and not to use root to run it.
Script prepare-root.sh may help you set up a chroot environment with
Git test suite inside. You will need Linux, static linked busybox,
rsync and root permission to use it.
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1509/excludes')
-rw-r--r-- | t/t1509/excludes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/t1509/excludes b/t/t1509/excludes new file mode 100644 index 0000000000..d4d21d31a9 --- /dev/null +++ b/t/t1509/excludes @@ -0,0 +1,14 @@ +*.o +*~ +*.bak +*.c +*.h +.git +contrib +Documentation +git-gui +gitk-git +gitweb +t/t4013 +t/t5100 +t/t5515 |