summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib-reprepro8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/lib-reprepro b/tests/lib-reprepro
index 8702044..d025d48 100644
--- a/tests/lib-reprepro
+++ b/tests/lib-reprepro
@@ -42,9 +42,11 @@ t-reprepro-setup () {
local suite=${suitespec%%:*}
local sname=${suitespec#*:}
- mkdir $tmp/mirror/dists
- rm -f $tmp/mirror/dists/$sname
- ln -s $suite $tmp/mirror/dists/$sname
+ mkdir -p $tmp/mirror/dists
+ if [ $sname != $suite ]; then
+ rm -f $tmp/mirror/dists/$sname
+ ln -s $suite $tmp/mirror/dists/$sname
+ fi
cat >&3 <<END
Suite: $sname