bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Clean environment for GIT test


From: Bert Wesarg
Subject: [PATCH] Clean environment for GIT test
Date: Mon, 15 Mar 2010 16:20:24 +0100

Unset GIT_DIR and GIT_WORK_TREE environment variable in test
test-vc-list-files-git.sh.

---
diff --git i/tests/test-vc-list-files-git.sh w/tests/test-vc-list-files-git.sh
--- i/tests/test-vc-list-files-git.sh
+++ w/tests/test-vc-list-files-git.sh
@@ -28,6 +28,9 @@ tmpdir=vc-git-$$
 trap 'st=$?; cd '"`pwd`"' && rm -rf $tmpdir; exit $st' 0
 trap '(exit $?); exit $?' 1 2 13 15

+unset GIT_DIR
+unset GIT_WORK_TREE
+
 fail=1
 mkdir $tmpdir && cd $tmpdir &&
  # without git, skip the test




reply via email to

[Prev in Thread] Current Thread [Next in Thread]