[gnome-software: 1/2] tests: Fix symlink warning from git




commit 2a8d5a02487fe4f9f7f37a089d8d3ecafe739e3b
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Jan 24 14:58:27 2022 +0000

    tests: Fix symlink warning from git
    
    git 2.33.1 warns about ‘too many levels of symbolic links’ for this
    `.gitignore` file when calling `git status, so turn it into a normal
    file.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore 
b/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
deleted file mode 120000
index 9f2eb6a80..000000000
--- a/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-../../app-with-runtime/org.test.Chiron/.gitignore
\ No newline at end of file
diff --git a/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore 
b/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
new file mode 100644
index 000000000..fea15c057
--- /dev/null
+++ b/plugins/flatpak/tests/app-update/org.test.Chiron/.gitignore
@@ -0,0 +1,2 @@
+export
+files/share/app-info


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]