author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | |
Sun, 14 Feb 2010 15:44:45 +0000 (22:44 +0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 16 Feb 2010 16:55:56 +0000 (08:55 -0800) | ||
commit | 3719b2fe554adc2f7a34a16b90f6894f299aab3c | |
tree | 2cb20329ded52079633b88153765d403744cfdbe | tree | snapshot |
parent | 72ec8ba6dddbe2c53500d35d7ed343c153874fc6 | commit | diff |
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>
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>
t/t1509-root-worktree.sh | [new file with mode: 0755] | blob |
t/t1509/excludes | [new file with mode: 0644] | blob |
t/t1509/prepare-chroot.sh | [new file with mode: 0755] | blob |