summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetmock4
1 files changed, 4 insertions, 0 deletions
diff --git a/getmock b/getmock
index dddd34e..2328b86 100755
--- a/getmock
+++ b/getmock
@@ -148,6 +148,10 @@ if [ $1 = test ]; then
opt=test
shift
fi
+if [ $1 = test70 ]; then
+ opt=test70
+ shift
+fi
if [ $1 = php55 ]; then
opt=php55
shift