Skip to content

Commit fc8ebc7

Browse files
committed
[~] Fix unit tests compilation error
1 parent 0b5de12 commit fc8ebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mysh_old.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ Test(test87, full_gcorv)
998998
char **env = my_str_to_word_array_select("", " ;");
999999
FILE *file = fopen("test_input.txt", "w");
10001000

1001-
fprintf(file, "setenv ae%9\n");
1001+
fprintf(file, "setenv ae\n");
10021002
fprintf(file, "exit\n");
10031003
fclose(file);
10041004
freopen("test_input.txt", "r", stdin);

0 commit comments

Comments
 (0)