diff options
author | flow <flowlnlnln@gmail.com> | 2022-09-12 12:57:55 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 12:57:55 -0300 |
commit | 30abb6536864e2d1b3b47eed19d64ee58a7bad2c (patch) | |
tree | ada66d7464bb870aaa3706c418939fa7c8c285c8 /launcher/testdata/FileSystem-test_createShortcut-unix | |
parent | 64a06b5ed664da5b4d3cd1850c0e3284be528f72 (diff) | |
parent | 4c7d3a103ca9cfd3af0b3acf2877561150c5ac60 (diff) | |
download | PrismLauncher-30abb6536864e2d1b3b47eed19d64ee58a7bad2c.tar.gz PrismLauncher-30abb6536864e2d1b3b47eed19d64ee58a7bad2c.tar.bz2 PrismLauncher-30abb6536864e2d1b3b47eed19d64ee58a7bad2c.zip |
Merge pull request #1133 from Scrumplex/refactor-tests
Move tests to a separate folder, to fix issues and improve maintenance
Diffstat (limited to 'launcher/testdata/FileSystem-test_createShortcut-unix')
-rwxr-xr-x | launcher/testdata/FileSystem-test_createShortcut-unix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/launcher/testdata/FileSystem-test_createShortcut-unix b/launcher/testdata/FileSystem-test_createShortcut-unix deleted file mode 100755 index 1ce3a2bd..00000000 --- a/launcher/testdata/FileSystem-test_createShortcut-unix +++ /dev/null @@ -1,6 +0,0 @@ -[Desktop Entry] -Type=Application -TryExec=asdfDest -Exec=asdfDest 'arg1' 'arg2' -Name=asdf -Icon= |