mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Merge branch 'fix-desktop-app-info' into 'main'
tests: Fix minor race in desktop-app-info terminals test See merge request GNOME/glib!2968
This commit is contained in:
commit
baa766295d
@ -1259,8 +1259,7 @@ test_launch_uris_with_terminal (gconstpointer data)
|
||||
data_input_stream = g_data_input_stream_new (input_stream);
|
||||
script_contents = g_strdup_printf ("#!%s\n" \
|
||||
"out='%s'\n"
|
||||
"printf '%%s' \"$*\" > \"$out\"\n"
|
||||
"printf '\\n' > \"$out\"\n",
|
||||
"printf '%%s\\n' \"$*\" > \"$out\"\n",
|
||||
sh,
|
||||
output_fd_path);
|
||||
g_file_set_contents (terminal_path, script_contents, -1, &error);
|
||||
|
Loading…
Reference in New Issue
Block a user