summaryrefslogtreecommitdiff
path: root/tests.branching/init-newdir.script
diff options
context:
space:
mode:
Diffstat (limited to 'tests.branching/init-newdir.script')
-rwxr-xr-xtests.branching/init-newdir.script7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests.branching/init-newdir.script b/tests.branching/init-newdir.script
index 5e79ce87..1f505d92 100755
--- a/tests.branching/init-newdir.script
+++ b/tests.branching/init-newdir.script
@@ -1,4 +1,5 @@
#!/bin/sh
+#
# Copyright (C) 2012 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
@@ -15,10 +16,10 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-set -eu
+## Test that "morph init" works if given a directory that
+## does not exist yet.
-# Test that "morph init" works if given a directory that
-# does not exist yet.
+set -eu
"$SRCDIR/scripts/test-morph" init "$DATADIR/foo"
"$SRCDIR/scripts/list-tree" "$DATADIR/foo"