Try not to leave directories behind with incorrect permissions

This commit is contained in:
Jakob Borg
2014-08-25 18:14:49 +02:00
parent e1f1ae041f
commit fe43e3b89d
3 changed files with 29 additions and 7 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
./test-http.sh || exit
./test-merge.sh || exit
./test-delupd.sh || exit
go test -tags integration -v
./test-http.sh
./test-merge.sh
./test-delupd.sh