]> git.pld-linux.org Git - packages/git-lfs.git/commitdiff
test fixes, but they still fail
authorElan Ruusamäe <glen@delfi.ee>
Wed, 18 Nov 2015 11:00:26 +0000 (13:00 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 18 Nov 2015 11:00:26 +0000 (13:00 +0200)
git-lfs.spec

index 03028b6eb3f10f10627ca86e51605fce1c83676d..73035bff4902f2bfebe24f5665c95bbd5ae9f670 100644 (file)
@@ -45,6 +45,10 @@ export GOPATH=$(pwd)
 %endif
 
 %if %{with tests}
+# ensure there are no GIT env vars for testing
+unset GIT_DIR GIT_WORK_TREE
+env | grep GIT_ && exit 3
+
 ./script/test
 ./script/integration
 %endif
This page took 0.063106 seconds and 4 git commands to generate.