From 1bdd3810075e7ea89e4ddbaa973bbed55684cc62 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Fri, 5 Jun 2020 22:25:25 -0700 Subject: [PATCH] test-oci-registry.sh: Fix filename in assertion --- tests/test-oci-registry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-oci-registry.sh b/tests/test-oci-registry.sh index ac15451d..3beb4a3a 100755 --- a/tests/test-oci-registry.sh +++ b/tests/test-oci-registry.sh @@ -206,7 +206,7 @@ ok "install via flatpakref" ${FLATPAK} ${U} -y uninstall org.test.Platform ${FLATPAK} remotes > remotes-list -assert_not_file_has_content remotes '^platform-origin' +assert_not_file_has_content remotes-list '^platform-origin' assert_not_has_file $base/oci/platform-origin.index.gz