Rename test to textwrite
This commit is contained in:
parent
858fc68bdf
commit
948cfbdb1f
|
@ -2510,7 +2510,7 @@ stacktest(char *s)
|
|||
|
||||
// check that writes to text segment fault
|
||||
void
|
||||
texttest(char *s)
|
||||
textwrite(char *s)
|
||||
{
|
||||
int pid;
|
||||
int xstatus;
|
||||
|
@ -2977,6 +2977,7 @@ main(int argc, char *argv[])
|
|||
{bigargtest, "bigargtest"},
|
||||
{argptest, "argptest"},
|
||||
{stacktest, "stacktest"},
|
||||
{textwrite, "textwrite"},
|
||||
{pgbug, "pgbug" },
|
||||
{sbrkbugs, "sbrkbugs" },
|
||||
{sbrklast, "sbrklast"},
|
||||
|
@ -2985,7 +2986,6 @@ main(int argc, char *argv[])
|
|||
{badarg, "badarg" },
|
||||
{execout, "execout"},
|
||||
{diskfull, "diskfull"},
|
||||
{texttest, "texttest"},
|
||||
|
||||
{ 0, 0},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue