From 4c7d3a103ca9cfd3af0b3acf2877561150c5ac60 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sun, 11 Sep 2022 22:25:18 +0200 Subject: refactor: restructure tests Signed-off-by: Sefa Eyeoglu --- tests/testdata/FileSystem/FileSystem-test_createShortcut-unix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tests/testdata/FileSystem/FileSystem-test_createShortcut-unix (limited to 'tests/testdata/FileSystem/FileSystem-test_createShortcut-unix') diff --git a/tests/testdata/FileSystem/FileSystem-test_createShortcut-unix b/tests/testdata/FileSystem/FileSystem-test_createShortcut-unix new file mode 100755 index 00000000..1ce3a2bd --- /dev/null +++ b/tests/testdata/FileSystem/FileSystem-test_createShortcut-unix @@ -0,0 +1,6 @@ +[Desktop Entry] +Type=Application +TryExec=asdfDest +Exec=asdfDest 'arg1' 'arg2' +Name=asdf +Icon= -- cgit