We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5de12 commit fc8ebc7Copy full SHA for fc8ebc7
tests/test_mysh_old.c
@@ -998,7 +998,7 @@ Test(test87, full_gcorv)
998
char **env = my_str_to_word_array_select("", " ;");
999
FILE *file = fopen("test_input.txt", "w");
1000
1001
- fprintf(file, "setenv ae%9\n");
+ fprintf(file, "setenv ae\n");
1002
fprintf(file, "exit\n");
1003
fclose(file);
1004
freopen("test_input.txt", "r", stdin);
0 commit comments