3 # Copyright (c) 2008 Lea Wiemann
6 test_description='perl interface (Git.pm)'
9 # set up test repository
12 'set up test repository' \
13 'echo "test file 1" > file1 &&
14 echo "test file 2" > file2 &&
16 echo "in directory1" >> directory1/file &&
18 echo "in directory2" >> directory2/file &&
20 git commit -m "first commit" &&
22 echo "changed file 1" > file1 &&
23 git commit -a -m "second commit" &&
25 git-config --add color.test.slot1 green &&
26 git-config --add test.string value &&
27 git-config --add test.dupstring value1 &&
28 git-config --add test.dupstring value2 &&
29 git-config --add test.booltrue true &&
30 git-config --add test.boolfalse no &&
31 git-config --add test.boolother other &&
32 git-config --add test.int 2k
35 test_external_without_stderr \