1# vi: set ft=conf
 2
 3# convert crlf to lf on windows
 4[windows] dos2unix commit1.txt
 5
 6# start soft serve
 7exec soft serve &
 8# wait for SSH server to start
 9ensureserverrunning SSH_PORT
10
11# create a repo
12soft repo import basic1 https://github.com/git-fixtures/basic
13
14# print commit
15soft repo commit basic1 b8e471f58bcbca63b07bda20e428190409c2db47
16cmp stdout commit1.txt
17
18# stop the server
19[windows] stopserver
20[windows] ! stderr .
21
22-- commit1.txt --
23commit b8e471f58bcbca63b07bda20e428190409c2db47
24Author: Daniel Ripolles
25Date:   Tue Mar 31 11:44:52 UTC 2015
26Creating changelog
27
28
29CHANGELOG | 1 +
301 file changed, 1 insertion(+)
31
32diff --git a/CHANGELOG b/CHANGELOG
33new file mode 100644
34index 0000000000000000000000000000000000000000..d3ff53e0564a9f87d8e84b6e28e5060e517008aa
35--- /dev/null
36+++ b/CHANGELOG
37@@ -0,0 +1 @@
38+Initial changelog
39