summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-11 17:20:09 +0200
committerJim Meyering <jim@meyering.net>2007-05-11 17:20:09 +0200
commit54f51dd3f9b1a6c039c4e733a2f11442bcfcc4c9 (patch)
treeab0b557340640878d9daf944e8783a25a0207639 /.gitignore
parent20fd17ca725b0705e462d59604951ad7ea34497c (diff)
downloadparted-54f51dd3f9b1a6c039c4e733a2f11442bcfcc4c9.tar.gz
No longer require "srcdir=." when running a test manually.
* tests/Makefile.am (init.sh): New rule, so one doesn't have to set "srcdir=." when running a test manually. * .gitignore: Ignore new generated file: tests/init.sh. * tests/t0000-basic.sh: Source new init.sh, rather than test-lib.sh. * tests/t1000-mkpartfs.sh: Likewise. * tests/t2000-mkfs.sh: Likewise. * tests/test-lib.sh: Remove useless srcdir-setting code.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6923021..28054a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@ parted-*.xdelta.sig
parted.spec
partprobe/partprobe
stamp-h1
+tests/init.sh