We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca94cf commit 60d2e1cCopy full SHA for 60d2e1c
test/xy.c
@@ -99,6 +99,8 @@ main (int argc, char const *argv[])
99
assert (xy_dir_exist ("~"));
100
if (xy_on_windows)
101
{
102
+ say (xy_win_powershell_profile);
103
+ say (xy_win_powershellv5_profile);
104
assert (xy_file_exist (xy_win_powershell_profile));
105
assert (true == xy_file_exist (xy_win_powershellv5_profile));
106
assert (xy_dir_exist ("C:\\Users"));
0 commit comments