]> git.scottworley.com Git - pinch/blobdiff - tests/multi-update.sh
set -e in test scripts
[pinch] / tests / multi-update.sh
index e7e5495929df335e6b0bbaf1aaa50755425a1977..24c22bc18eaa1dee6a54904e653309d0efb8d0a1 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+set -e
+
 repo_dir="`mktemp -d`"
 repo="$repo_dir/repo"
 git init "$repo"