aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/repo-install-test/run-inside-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/repo-install-test/run-inside-docker.sh')
-rwxr-xr-xscripts/repo-install-test/run-inside-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index 63e1819..135d2d6 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -59,7 +59,7 @@ install_repo_packages() {
> /data/osmocom_packages_all.txt
# Remove comments from blacklist.txt (and sort it)
- grep -v "^#" /testdata/blacklist.txt | sort -u > /data/blacklist.txt
+ grep -v "^#" /repo-install-test/blacklist.txt | sort -u > /data/blacklist.txt
# Install all repo packages which are not on the blacklist
comm -23 /data/osmocom_packages_all.txt \