summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index 60233df..30843fe 100755
--- a/getmock
+++ b/getmock
@@ -245,11 +245,11 @@ elif [ $1 = scl56 ]; then
elif [ $1 = scl70 ]; then
for i in 20 21 22
do
- getOneMock scl70fc${i}x $opt
+ getOneMock scl70fc${i}x test
done
for i in 6 7
do
- getOneMock scl70el${i}x $opt
+ getOneMock scl70el${i}x test
done
else