test/bin-test/test-dav.sh

changeset 571
f6de48471c9c
parent 425
ae4d89c3477c
child 686
ab159748055c
equal deleted inserted replaced
570:00b7b8e86c48 571:f6de48471c9c
1 #!/bin/sh 1 #!/bin/sh
2 # 2 #
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4 # 4 #
5 # Copyright 2018 Olaf Wintermann. All rights reserved. 5 # Copyright 2019 Olaf Wintermann. All rights reserved.
6 # 6 #
7 # Redistribution and use in source and binary forms, with or without 7 # Redistribution and use in source and binary forms, with or without
8 # modification, are permitted provided that the following conditions are met: 8 # modification, are permitted provided that the following conditions are met:
9 # 9 #
10 # 1. Redistributions of source code must retain the above copyright 10 # 1. Redistributions of source code must retain the above copyright
60 fi 60 fi
61 echo ok 61 echo ok
62 } 62 }
63 63
64 # clean test repo 64 # clean test repo
65 $DAV_BIN rm -N dav-test-repo/tests/ 2> /dev/null 65 $DAV_BIN rm -N dav-test-repo/sync/ 2> /dev/null
66 66
67 # 67 #
68 # ok, begin the tests 68 # ok, begin the tests
69 # 69 #
70 70

mercurial