summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2013-04-13 20:09:22 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2013-05-28 16:08:45 +0100
commit30657568182727b78636131ed90f3874c5d3e786 (patch)
treee0e8ce4fd0db30b68ca90d27dc8a5108952dc3a0 /tests
parent953c15a8a60993293dddbcebf595b05c5f062e3a (diff)
downloadmorph-30657568182727b78636131ed90f3874c5d3e786.tar.gz
rename trove-prefix and trove_prefix to trove_id
Diffstat (limited to 'tests')
-rwxr-xr-xtests/trove-id.script (renamed from tests/trove-prefix.script)10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/trove-prefix.script b/tests/trove-id.script
index 0f8cee3f..7157559b 100755
--- a/tests/trove-prefix.script
+++ b/tests/trove-id.script
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-## Verify that trove-prefix (and by corollary trove-host) work properly.
+## Verify that trove-id (and by corollary trove-host) work properly.
set -eu
@@ -27,13 +27,13 @@ PROCESSEDDUMP="$DATADIR/processed-configdump"
"$SRCDIR/scripts/test-morph" \
--trove-host="TROVEHOST" \
- --trove-prefix="fudge" \
- --trove-prefix="github" \
+ --trove-id="fudge" \
+ --trove-id="github" \
--dump-config > "$RAWDUMP"
env MORPH_DUMP_PROCESSED_CONFIG=1 "$SRCDIR/scripts/test-morph" \
--trove-host="TROVEHOST" \
- --trove-prefix="fudge" \
- --trove-prefix="github" \
+ --trove-id="fudge" \
+ --trove-id="github" \
> "$PROCESSEDDUMP"
RAW_ALIAS=$(grep repo-alias "$RAWDUMP" | cut -d\ -f3-)